:root {
	--pw-purple: #6b4fe8;
	--pw-purple-dark: #5236d4;
	--pw-lime: #dfff57;
	--pw-ink: #151225;
	--pw-muted: #6f6a80;
	--pw-line: rgba(21, 18, 37, .12);
	--pw-surface: #f6f4ff;
	--pw-white: #fff;
	--pw-radius: 8px;
	--pw-shadow: 0 22px 60px rgba(36, 26, 90, .12);
	--pw-container: 1300px;
	--pw-wide-container: 1300px;
	--pw-page-gutter: clamp(24px, 5vw, 96px);
	--pw-btn-height: 74px;
	--pw-font: "Manrope", Arial, Helvetica, sans-serif;
}

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

body {
	margin: 0;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-family: var(--pw-font);
	font-size: 11.2px;
	line-height: 1.6;
}

button,
input,
textarea,
select {
	font-family: inherit;
}

.pw-site-header,
.pw-main,
.pw-site-footer,
.pw-contact-modal,
.pw-site-header *,
.pw-main *,
.pw-site-footer *,
.pw-contact-modal * {
	font-family: var(--pw-font) !important;
}

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

a {
	color: inherit;
	text-decoration: none;
}

.pw-container {
	width: min(calc(100% - (var(--pw-page-gutter) * 2)), var(--pw-container));
	margin: 0 auto;
}

.pw-header-container {
	width: min(calc(100% - (var(--pw-page-gutter) * 2)), var(--pw-wide-container));
	margin: 0 auto;
}

.pw-skip-link {
	position: absolute;
	left: -999px;
	top: 12px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-skip-link:focus {
	left: 12px;
}

.pw-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-topbar {
	background: var(--pw-lime);
	color: #030303;
}

.pw-topbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 71px;
	gap: 28px;
}

.pw-topbar-contacts,
.pw-topbar-socials {
	display: flex;
	align-items: center;
	gap: 48px;
}

.pw-topbar-socials {
	gap: 26px;
}

.pw-topbar a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 18.2px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	transition:
		transform .22s ease,
		background-color .22s ease,
		color .22s ease,
		box-shadow .22s ease;
}

.pw-topbar a:hover,
.pw-topbar a:focus-visible {
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 12px 28px rgba(82, 54, 212, .24);
	transform: translateY(-2px);
	outline: none;
}

.pw-topbar svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
	flex: 0 0 auto;
	transition: transform .22s ease;
}

.pw-topbar a:hover svg,
.pw-topbar a:focus-visible svg {
	transform: scale(1.08) rotate(-4deg);
}

.pw-social-divider {
	width: 2px;
	height: 31px;
	background: currentColor;
	opacity: .9;
}

.pw-main-header {
	background: var(--pw-purple);
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.pw-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 112px;
	gap: 18px;
}

.pw-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.pw-logo img,
.custom-logo {
	width: auto;
	max-width: 270px;
	height: 58px;
	object-fit: contain;
}

.pw-main-nav {
	min-width: 0;
}

.pw-menu,
.pw-mobile-menu,
.pw-footer-menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-menu {
	gap: 7px;
}

.pw-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 0 9px;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 999px;
	background: rgba(255, 255, 255, .05);
	color: var(--pw-white);
	font-size: 14.5px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.pw-menu a:hover,
.pw-menu a:focus-visible,
.pw-menu > li.current-menu-item > a,
.pw-menu > li.current_page_item > a {
	border-color: rgba(216, 255, 91, .42);
	background: rgba(216, 255, 91, .14);
	color: var(--pw-lime);
	transform: translateY(-1px);
}

.pw-menu > li {
	position: relative;
}

.pw-menu-icon {
	display: inline-grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(216, 255, 91, .16);
	color: var(--pw-lime);
	flex: 0 0 auto;
}

.pw-menu-icon svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
}

.pw-main-nav .pw-menu > li > a:not(:has(.pw-menu-icon))::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(216, 255, 91, .18);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px 13px;
	flex: 0 0 auto;
}

.pw-header-actions {
	flex: 0 0 auto;
}

.pw-header-actions .pw-btn {
	gap: 10px;
	min-height: 54px;
	padding: 0 10px 0 18px;
	border-radius: 14px;
	font-size: 16px;
}

.pw-header-actions .pw-btn-icon {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	font-size: 18px;
}

.pw-main-nav .pw-menu > li:nth-child(1) > a:not(:has(.pw-menu-icon))::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dfff57' d='M9.8 4.3h4.4A2.8 2.8 0 0 1 17 7v1h1.8a2.8 2.8 0 0 1 2.7 2.8v6.4a2.8 2.8 0 0 1-2.7 2.8H5.2a2.8 2.8 0 0 1-2.7-2.8v-6.4A2.8 2.8 0 0 1 5.2 8H7V7a2.8 2.8 0 0 1 2.8-2.7Z'/%3E%3C/svg%3E");
}

.pw-main-nav .pw-menu > li:nth-child(2) > a:not(:has(.pw-menu-icon))::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dfff57' d='M12 3.5c4.6 0 8.3 1.5 8.3 4v9c0 2.5-3.7 4-8.3 4s-8.3-1.5-8.3-4v-9c0-2.5 3.7-4 8.3-4Z'/%3E%3C/svg%3E");
}

.pw-main-nav .pw-menu > li:nth-child(3) > a:not(:has(.pw-menu-icon))::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dfff57' d='M9 11.3a3.8 3.8 0 1 1 0-7.5 3.8 3.8 0 0 1 0 7.5Zm6.6.3a3.1 3.1 0 1 1 0-6.2 3.1 3.1 0 0 1 0 6.2ZM3.5 18.3c0-3.2 2.4-5.3 5.5-5.3s5.5 2.1 5.5 5.3c0 .6-.5 1.1-1.1 1.1H4.6c-.6 0-1.1-.5-1.1-1.1Z'/%3E%3C/svg%3E");
}

.pw-main-nav .pw-menu > li:nth-child(4) > a:not(:has(.pw-menu-icon))::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dfff57' d='M5.3 4h13.4a2.8 2.8 0 0 1 2.8 2.8v8.4a2.8 2.8 0 0 1-2.8 2.8H9.1L5 20.7a1 1 0 0 1-1.5-.8V6.8A2.8 2.8 0 0 1 5.3 4Z'/%3E%3C/svg%3E");
}

.pw-main-nav .pw-menu > li:nth-child(n+5) > a:not(:has(.pw-menu-icon))::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23dfff57' d='M12 3.3a8.8 8.8 0 1 0 0 17.4 8.8 8.8 0 0 0 0-17.4Zm0 11.2a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E");
}

.pw-submenu-icon,
.pw-menu .menu-item-has-children > a::after {
	display: inline-flex;
	width: 12px;
	height: 12px;
	content: "";
}

.pw-submenu-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.pw-menu .menu-item-has-children > a::after {
	margin-top: 3px;
	background: currentColor;
	clip-path: polygon(15% 34%, 50% 69%, 85% 34%, 100% 49%, 50% 99%, 0 49%);
}

.pw-menu .sub-menu {
	position: absolute;
	left: 0;
	top: calc(100% + 18px);
	z-index: 20;
	display: grid;
	gap: 12px;
	min-width: 260px;
	margin: 0;
	padding: 18px;
	list-style: none;
	border: 1px solid rgba(21, 18, 37, .08);
	border-radius: 22px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 30px 90px rgba(16, 10, 43, .16);
	backdrop-filter: blur(16px);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.pw-menu .pw-services-menu {
	left: 50%;
	width: min(760px, 92vw);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 24px;
	gap: 12px 14px;
	transform: translate(-50%, 8px);
}

.pw-menu .menu-item-has-children:hover > .sub-menu:not(.pw-services-menu),
.pw-menu .menu-item-has-children:focus-within > .sub-menu:not(.pw-services-menu) {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.pw-menu .menu-item-has-children:hover > .pw-services-menu,
.pw-menu .menu-item-has-children:focus-within > .pw-services-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, 0);
}

.pw-menu .sub-menu a {
	min-height: 52px;
	padding: 10px 12px;
	border: 1px solid rgba(21, 18, 37, .08);
	border-radius: 14px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-size: 12.9px;
	line-height: 1.25;
	box-shadow: 0 10px 24px rgba(16, 10, 43, .04);
}

.pw-menu .sub-menu a:hover,
.pw-menu .sub-menu a:focus-visible {
	border-color: rgba(107, 79, 232, .2);
	background: var(--pw-surface);
	color: var(--pw-purple);
	box-shadow: 0 16px 34px rgba(16, 10, 43, .08);
	transform: translateY(-2px);
}

.pw-menu .sub-menu li:not(.pw-service-menu-item):not(.pw-menu-group) > a::before {
	content: "";
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: var(--pw-lime);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b4fe8' d='M12 3.3a8.8 8.8 0 1 0 0 17.4 8.8 8.8 0 0 0 0-17.4Zm3.9 4.8-1.7 5a1.8 1.8 0 0 1-1.1 1.1l-5 1.7 1.7-5a1.8 1.8 0 0 1 1.1-1.1l5-1.7Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	flex: 0 0 auto;
}

.pw-menu-group {
	grid-column: 1 / -1;
	margin: 10px 0 0;
	padding: 12px 12px 0;
	color: var(--pw-purple);
	font-size: 8.4px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.pw-menu-group:first-child {
	margin-top: 0;
}

.pw-service-menu-item a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 68px;
	padding: 10px 12px;
	border: 1px solid rgba(21, 18, 37, .08);
	border-radius: 14px;
	background: var(--pw-white);
	color: var(--pw-ink);
	box-shadow: 0 10px 24px rgba(16, 10, 43, .04);
	transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pw-service-menu-item a:hover {
	border-color: rgba(107, 79, 232, .2);
	background: var(--pw-surface);
	box-shadow: 0 16px 34px rgba(16, 10, 43, .08);
	transform: translateY(-2px);
}

.pw-service-menu-icon {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-service-menu-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.pw-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: var(--pw-btn-height);
	padding: 0 15px 0 31px;
	border: 0;
	border-radius: 19px;
	font-size: 18.2px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	overflow: hidden;
	transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.pw-btn::before {
	content: "";
	position: absolute;
	top: -35%;
	left: -90%;
	z-index: 0;
	width: 46%;
	height: 170%;
	background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .14) 22%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .14) 78%, transparent 100%);
	transform: skewX(-22deg);
	transition: left .65s ease;
	pointer-events: none;
}

.pw-btn:hover::before,
.pw-btn:focus-visible::before {
	left: 128%;
}

.pw-btn > span {
	position: relative;
	z-index: 1;
}

.pw-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 42px rgba(30, 26, 49, .14);
}

.pw-btn-primary {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-btn-lime {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-btn-lime .pw-btn-icon {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-btn-icon {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 21px;
	line-height: 1;
}

.pw-btn-secondary {
	background: rgba(255, 255, 255, .12);
	color: var(--pw-white);
}

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

.pw-contact-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 28px;
	opacity: 0;
	visibility: hidden;
	transition: opacity .28s ease, visibility .28s ease;
}

.pw-contact-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.pw-contact-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(17, 14, 33, .72);
	backdrop-filter: blur(10px);
}

.pw-contact-modal-dialog {
	position: relative;
	width: min(100%, 1040px);
	max-height: min(92vh, 860px);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 36px 90px rgba(15, 8, 45, .34);
	overflow: auto;
	transform: translateY(20px) scale(.98);
	transition: transform .28s ease;
}

.pw-contact-modal.is-open .pw-contact-modal-dialog {
	transform: translateY(0) scale(1);
}

.pw-contact-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 8px;
	background: rgba(255, 255, 255, .9);
	color: var(--pw-ink);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(42, 29, 105, .12);
	transition: background .2s ease, transform .2s ease;
}

.pw-contact-modal-close:hover,
.pw-contact-modal-close:focus-visible {
	background: var(--pw-lime);
	transform: rotate(6deg);
}

.pw-contact-modal-grid {
	display: grid;
	grid-template-columns: minmax(320px, .78fr) minmax(0, 1fr);
	min-height: 620px;
}

.pw-contact-modal-aside {
	position: relative;
	padding: 56px 46px;
	background:
		radial-gradient(circle at 18% 12%, rgba(223, 255, 87, .38), transparent 25%),
		linear-gradient(135deg, #674be2 0%, #7254ea 100%);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-contact-modal-aside::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(180deg, #000, transparent 86%);
	opacity: .65;
	pointer-events: none;
}

.pw-contact-modal-aside > * {
	position: relative;
	z-index: 1;
}

.pw-contact-modal-icon {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	box-shadow: 0 22px 50px rgba(15, 8, 45, .22);
}

.pw-contact-modal-icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.pw-contact-modal-aside .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-contact-modal-aside h2 {
	max-width: 450px;
	margin-bottom: 18px;
	color: var(--pw-white);
	font-size: clamp(30.8px, 4.8vw, 52.5px);
	line-height: .96;
}

.pw-contact-modal-aside p {
	max-width: 430px;
	color: rgba(255, 255, 255, .82);
	font-size: 14.7px;
	line-height: 1.62;
}

.pw-contact-modal-aside ul {
	display: grid;
	gap: 12px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.pw-contact-modal-aside li {
	position: relative;
	padding-left: 34px;
	color: rgba(255, 255, 255, .9);
	font-size: 13.3px;
	font-weight: 800;
	line-height: 1.45;
}

.pw-contact-modal-aside li::before {
	position: absolute;
	left: 0;
	top: 1px;
	content: "✓";
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	font-size: 12px;
	font-weight: 900;
}

.pw-contact-modal-form {
	padding: 56px 46px 46px;
	background:
		radial-gradient(circle at 100% 0%, rgba(223, 255, 87, .22), transparent 22%),
		#fbfbfd;
}

.pw-contact-modal-form .wpcf7 {
	max-width: none;
}

.pw-contact-modal-form .wpcf7-form {
	display: grid;
	gap: 18px;
}

.pw-contact-modal-form p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 12.6px;
	line-height: 1.5;
}

.pw-contact-modal-form label {
	display: grid;
	gap: 8px;
	color: var(--pw-ink);
	font-size: 12.6px;
	font-weight: 900;
}

.pw-contact-modal-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}

.pw-contact-modal-form .wpcf7-form-control-wrap::before {
	content: "";
	position: absolute;
	left: 17px;
	top: 18px;
	z-index: 1;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: rgba(107, 79, 232, .1);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b4fe8' d='M12 3.25a8.75 8.75 0 1 0 0 17.5 8.75 8.75 0 0 0 0-17.5Zm.9 4.25v3.6h3.6a.9.9 0 1 1 0 1.8h-3.6v3.6a.9.9 0 1 1-1.8 0v-3.6H7.5a.9.9 0 1 1 0-1.8h3.6V7.5a.9.9 0 1 1 1.8 0Z'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	pointer-events: none;
}

.pw-contact-modal-form .wpcf7-form-control-wrap:has(input[type="checkbox"])::before,
.pw-contact-modal-form .wpcf7-form-control-wrap:has(input[type="radio"])::before,
.pw-contact-modal-form .wpcf7-form-control-wrap:has(input[type="submit"])::before {
	display: none;
}

.pw-contact-modal-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.pw-contact-modal-form textarea,
.pw-contact-modal-form select {
	width: 100%;
	min-height: 58px;
	padding: 0 18px 0 52px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	outline: none;
	box-shadow: 0 14px 34px rgba(42, 29, 105, .05);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pw-contact-modal-form textarea {
	min-height: 132px;
	padding-top: 16px;
	resize: vertical;
}

.pw-contact-modal-form input:focus,
.pw-contact-modal-form textarea:focus,
.pw-contact-modal-form select:focus {
	border-color: var(--pw-purple);
	box-shadow: 0 0 0 4px rgba(107, 79, 232, .12), 0 16px 36px rgba(42, 29, 105, .08);
	transform: translateY(-1px);
}

.pw-contact-modal-form input::placeholder,
.pw-contact-modal-form textarea::placeholder {
	color: rgba(79, 75, 95, .55);
}

.pw-contact-modal-form .wpcf7-list-item {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 10px 10px 0;
	padding: 12px 14px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-size: 12.6px;
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(42, 29, 105, .05);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.pw-contact-modal-form .wpcf7-list-item:hover {
	border-color: rgba(107, 79, 232, .24);
	background: #fff;
	box-shadow: 0 16px 34px rgba(42, 29, 105, .08);
	transform: translateY(-1px);
}

.pw-contact-modal-form input[type="checkbox"],
.pw-contact-modal-form input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--pw-purple);
}

.pw-contact-modal-form .wpcf7-acceptance .wpcf7-list-item,
.pw-contact-modal-form .wpcf7-checkbox .wpcf7-list-item {
	width: 100%;
	margin-right: 0;
}

.pw-contact-modal-form .wpcf7-acceptance .wpcf7-list-item label,
.pw-contact-modal-form .wpcf7-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	color: inherit;
	font: inherit;
	line-height: 1.35;
	cursor: pointer;
}

.pw-contact-modal-form .wpcf7-acceptance input[type="checkbox"],
.pw-contact-modal-form .wpcf7-checkbox input[type="checkbox"] {
	flex: 0 0 auto;
	margin: 0;
}

.pw-contact-modal-form .wpcf7-list-item-label {
	display: inline;
	min-width: 0;
}

.pw-contact-modal-form .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: var(--pw-btn-height);
	margin-top: 6px;
	border: 0;
	border-radius: 19px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 18.2px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 18px 42px rgba(107, 79, 232, .22);
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.pw-contact-modal-form .wpcf7-submit:hover,
.pw-contact-modal-form .wpcf7-submit:focus-visible {
	background: #5f45dc;
	transform: translateY(-2px);
	box-shadow: 0 22px 52px rgba(107, 79, 232, .3);
}

.pw-contact-modal-form .wpcf7-spinner {
	margin: 10px auto 0;
	background-color: var(--pw-purple);
}

.pw-contact-modal-form .wpcf7-not-valid-tip {
	margin-top: 7px;
	color: #d9344f;
	font-size: 11.2px;
	font-weight: 800;
}

.pw-contact-modal-form .wpcf7 form .wpcf7-response-output {
	margin: 6px 0 0;
	padding: 14px 16px;
	border: 1px solid rgba(107, 79, 232, .24);
	border-radius: 8px;
	background: rgba(107, 79, 232, .08);
	color: var(--pw-ink);
	font-size: 12.6px;
	font-weight: 800;
	line-height: 1.45;
}

.pw-contact-modal-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(120, 166, 30, .25);
	background: rgba(223, 255, 87, .34);
}

.pw-contact-modal-form .wpcf7 form.invalid .wpcf7-response-output,
.pw-contact-modal-form .wpcf7 form.failed .wpcf7-response-output {
	border-color: rgba(217, 52, 79, .25);
	background: rgba(217, 52, 79, .08);
}

@media (max-width: 900px) {
	.pw-contact-modal {
		padding: 14px;
	}

	.pw-contact-modal-grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.pw-contact-modal-aside,
	.pw-contact-modal-form {
		padding: 34px 24px;
	}

	.pw-contact-modal-close {
		top: 12px;
		right: 12px;
	}
}

@media (max-width: 560px) {
	.pw-contact-modal-dialog {
		max-height: 94vh;
	}

	.pw-contact-modal-aside h2 {
		font-size: 30.8px;
	}

	.pw-contact-modal-icon {
		width: 56px;
		height: 56px;
		margin-bottom: 22px;
	}

	.pw-contact-modal-form .wpcf7-submit {
		font-size: 16.1px;
	}
}

.pw-mobile-sticky-cta {
	display: none;
}

.pw-menu-toggle,
.pw-mobile-nav {
	display: none;
}

.pw-hero,
.pw-page-hero {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-hero {
	padding: 120px 0 96px;
}

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

.pw-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	gap: 56px;
	align-items: center;
}

.pw-eyebrow {
	margin: 0 0 14px;
	color: var(--pw-lime);
	font-size: 9.1px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1 {
	max-width: 980px;
	margin-bottom: 24px;
	font-size: clamp(32.2px, 7vw, 64.4px);
	font-weight: 900;
	line-height: .96;
	letter-spacing: 0;
}

.pw-hero-copy > p:not(.pw-eyebrow),
.pw-page-hero p:not(.pw-eyebrow) {
	max-width: 720px;
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
}

.pw-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 32px;
}

.pw-hero-panel {
	display: grid;
	gap: 16px;
}

.pw-hero-card,
.pw-post-card,
.pw-empty-state {
	border: 1px solid var(--pw-line);
	border-radius: var(--pw-radius);
	background: var(--pw-white);
	box-shadow: var(--pw-shadow);
}

.pw-hero-card {
	padding: 30px;
	color: var(--pw-ink);
}

.pw-hero-card span {
	display: block;
	margin-bottom: 10px;
	color: var(--pw-purple);
	font-size: 9.1px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-hero-card strong {
	display: block;
	font-size: 21px;
	line-height: 1.1;
}

.pw-main {
	min-height: 55vh;
}

.pw-content-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	padding: 80px 0;
}

.pw-page-content,
.pw-article-content {
	max-width: 860px;
	padding: 72px 0;
}

.pw-post-card {
	overflow: hidden;
}

.pw-post-card-body {
	padding: 24px;
}

.pw-post-card h2 {
	margin-bottom: 12px;
	font-size: 18.2px;
	line-height: 1.15;
}

.pw-post-card p {
	color: var(--pw-muted);
}

.pw-article-cover {
	margin: 0 0 36px;
	border-radius: var(--pw-radius);
	overflow: hidden;
}

.pw-blog-single {
	background: #f8f7ff;
}

.pw-article-shell {
	width: min(100% - 52px, var(--pw-container));
	margin: 0 auto;
}

.pw-article-seo-hero {
	position: relative;
	padding: 88px 0 98px;
	background:
		radial-gradient(circle at 84% 12%, rgba(223, 255, 87, .34), transparent 18%),
		linear-gradient(135deg, #6449df 0%, #7355eb 100%);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-article-seo-hero.pw-section-media-bg {
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .94), rgba(21, 18, 37, .78)),
		var(--pw-section-image);
	background-color: var(--pw-purple);
}

.pw-article-seo-hero.pw-section-media-bg :where(h1, .pw-article-lead, .pw-section-kicker, .pw-breadcrumbs a, .pw-breadcrumbs span) {
	text-shadow: 0 12px 34px rgba(21, 18, 37, .32);
}

.pw-article-seo-hero.pw-section-media-bg h1,
.pw-article-seo-hero.pw-section-media-bg .pw-article-lead {
	color: var(--pw-white);
}

.pw-article-seo-hero.pw-section-media-bg .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-article-seo-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
	opacity: .7;
	pointer-events: none;
}

.pw-article-seo-hero::after {
	position: absolute;
	right: max(28px, calc((100vw - var(--pw-container)) / 2));
	bottom: -100px;
	content: "";
	width: 240px;
	height: 240px;
	border: 26px solid rgba(223, 255, 87, .72);
	border-radius: 50%;
	animation: pwSpin 22s linear infinite;
	pointer-events: none;
}

.pw-article-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 410px);
	gap: 64px;
	align-items: center;
}

.pw-article-seo-hero .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-article-seo-hero h1 {
	max-width: 930px;
	margin-bottom: 24px;
	color: var(--pw-white);
	font-size: clamp(34px, 6.5vw, 75px);
}

.pw-article-lead {
	max-width: 820px;
	margin-bottom: 32px;
	color: rgba(255, 255, 255, .82);
	font-size: 16.1px;
	line-height: 1.58;
}

.pw-article-meta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 820px;
}

.pw-article-meta-card {
	display: grid;
	gap: 7px;
	min-height: 126px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
}

.pw-article-meta-card span {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-article-meta-card svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.pw-article-meta-card strong {
	color: rgba(255, 255, 255, .74);
	font-size: 9.8px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-article-meta-card time,
.pw-article-meta-card em {
	color: var(--pw-white);
	font-style: normal;
	font-size: 14px;
	font-weight: 900;
}

.pw-article-expert-card {
	position: relative;
	display: grid;
	gap: 18px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	background: rgba(255, 255, 255, .95);
	color: var(--pw-ink);
	box-shadow: 0 30px 70px rgba(15, 8, 45, .24);
	overflow: hidden;
}

.pw-article-expert-card::after {
	position: absolute;
	right: -42px;
	top: -42px;
	content: "";
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: var(--pw-lime);
}

.pw-article-expert-photo {
	position: relative;
	z-index: 1;
	width: 116px;
	height: 116px;
	border: 8px solid #f0ecff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 16px 35px rgba(42, 29, 105, .14);
}

.pw-article-expert-photo img,
.pw-article-expert-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pw-article-expert-card > div:not(.pw-article-expert-photo),
.pw-article-expert-card a {
	position: relative;
	z-index: 1;
}

.pw-article-expert-card span {
	display: block;
	margin-bottom: 8px;
	color: var(--pw-purple);
	font-size: 9.8px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-article-expert-card strong {
	display: block;
	margin-bottom: 10px;
	font-size: 25.2px;
	line-height: 1;
}

.pw-article-expert-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 13.3px;
	line-height: 1.55;
}

.pw-article-expert-card a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-weight: 900;
	text-decoration: none;
}

.pw-article-expert-card a span {
	margin: 0;
	color: var(--pw-lime);
	font-size: 18px;
}

.pw-article-expert-card .pw-article-expert-question {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 58px;
	padding: 0 10px 0 20px;
	border-radius: 18px;
	background:
		linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .2) 24%, transparent 48%) -160% 0 / 220% 100%,
		var(--pw-purple);
	box-shadow: 0 14px 34px rgba(107, 79, 232, .22);
	transition: transform .28s ease, box-shadow .28s ease, background-position .65s ease;
}

.pw-article-expert-card .pw-article-expert-question:hover,
.pw-article-expert-card .pw-article-expert-question:focus-visible {
	transform: translateY(-3px);
	background-position: 160% 0, 0 0;
	box-shadow: 0 22px 48px rgba(107, 79, 232, .28);
}

.pw-article-expert-card .pw-article-expert-question > span:first-child {
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	text-transform: none;
}

.pw-article-expert-card .pw-article-expert-question-icon {
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 14px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-size: 22px;
	line-height: 1;
	transition: transform .28s ease;
}

.pw-article-expert-card .pw-article-expert-question:hover .pw-article-expert-question-icon,
.pw-article-expert-card .pw-article-expert-question:focus-visible .pw-article-expert-question-icon {
	transform: translateX(3px);
}

.pw-article-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 860px);
	gap: 42px;
	align-items: start;
	padding: 78px 0 100px;
}

.pw-article-info-panel {
	position: sticky;
	top: 120px;
	display: grid;
	gap: 16px;
}

.pw-article-mini-card {
	padding: 22px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 45px rgba(42, 29, 105, .06);
}

.pw-article-mini-card span {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 16px;
	border-radius: 8px;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
}

.pw-article-mini-card svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.pw-article-mini-card strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16.8px;
	line-height: 1.1;
}

.pw-article-mini-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 12.6px;
	line-height: 1.55;
}

.pw-article-content-wrap {
	min-width: 0;
}

.pw-blog-article .pw-article-cover {
	margin-bottom: 34px;
	border: 10px solid var(--pw-white);
	box-shadow: 0 24px 60px rgba(42, 29, 105, .1);
}

.pw-blog-article .pw-article-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.pw-blog-article .pw-article-content {
	max-width: none;
	padding: 46px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 24px 65px rgba(42, 29, 105, .08);
}

.pw-blog-article .pw-article-content > *:first-child {
	margin-top: 0;
}

.pw-blog-article .pw-article-content p,
.pw-blog-article .pw-article-content li {
	color: #4f4b5f;
	font-size: 16.1px;
	line-height: 1.78;
}

.pw-blog-article .pw-article-content h2 {
	margin: 46px 0 18px;
	color: var(--pw-ink);
	font-size: clamp(25.2px, 4vw, 39.2px);
	line-height: 1.02;
}

.pw-blog-article .pw-article-content h3 {
	margin: 34px 0 14px;
	color: var(--pw-ink);
	font-size: 23.8px;
	line-height: 1.1;
}

.pw-blog-article .pw-article-content a {
	color: var(--pw-purple);
	font-weight: 900;
}

.pw-blog-article .pw-article-content blockquote {
	margin: 34px 0;
	padding: 28px;
	border-left: 8px solid var(--pw-lime);
	border-radius: 8px;
	background: #f3f1ff;
	color: var(--pw-ink);
	font-weight: 800;
}

.pw-blog-article .pw-article-content ul,
.pw-blog-article .pw-article-content ol {
	display: grid;
	gap: 10px;
	padding-left: 1.3em;
}

.pw-blog-article .pw-article-content > * + * {
	margin-top: 22px;
}

.pw-blog-article .pw-article-content h2,
.pw-blog-article .pw-article-content h3,
.pw-blog-article .pw-article-content h4 {
	position: relative;
	letter-spacing: 0;
}

.pw-blog-article .pw-article-content h2 {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 14px;
	align-items: start;
	padding-top: 10px;
}

.pw-blog-article .pw-article-content h2::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-top: .2em;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, var(--pw-purple) 0 38%, transparent 40%),
		var(--pw-lime);
	box-shadow: 0 0 0 7px rgba(223, 255, 87, .32);
}

.pw-blog-article .pw-article-content h3 {
	padding-left: 18px;
}

.pw-blog-article .pw-article-content h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: .3em;
	width: 6px;
	height: 1.1em;
	border-radius: 999px;
	background: var(--pw-purple);
}

.pw-blog-article .pw-article-content h4 {
	margin: 28px 0 12px;
	color: var(--pw-purple);
	font-size: 19.6px;
	font-weight: 900;
	line-height: 1.2;
}

.pw-blog-article .pw-article-content ul,
.pw-blog-article .pw-article-content ol {
	margin: 24px 0;
	padding: 22px 24px;
	border: 1px solid rgba(107, 79, 232, .14);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0, rgba(223, 255, 87, .32), transparent 28%),
		#fbfaff;
	list-style: none;
	box-shadow: 0 16px 44px rgba(42, 29, 105, .06);
}

.pw-blog-article .pw-article-content li {
	position: relative;
	min-height: 32px;
	padding-left: 44px;
	font-weight: 740;
}

.pw-blog-article .pw-article-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .34em;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: var(--pw-lime);
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%236b4fe8' d='M9.4 16.7 4.95 12.25l1.55-1.55 2.9 2.9 7.9-7.9 1.55 1.55z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
}

.pw-blog-article .pw-article-content ol {
	counter-reset: pwArticleList;
}

.pw-blog-article .pw-article-content ol li {
	counter-increment: pwArticleList;
}

.pw-blog-article .pw-article-content ol li::before {
	content: counter(pwArticleList);
	position: absolute;
	left: 0;
	top: .18em;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.pw-blog-article .pw-article-content li + li {
	margin-top: 12px;
}

.pw-blog-article .pw-article-content table,
.pw-blog-article .pw-article-content .wp-block-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin: 28px 0;
	overflow: hidden;
	border: 1px solid rgba(107, 79, 232, .16);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 48px rgba(42, 29, 105, .08);
}

.pw-blog-article .pw-article-content .wp-block-table {
	margin: 30px 0;
	overflow-x: auto;
}

.pw-blog-article .pw-article-content th,
.pw-blog-article .pw-article-content td {
	padding: 17px 18px;
	border: 0;
	border-bottom: 1px solid rgba(21, 18, 37, .08);
	color: #4f4b5f;
	font-size: 14.7px;
	font-weight: 750;
	line-height: 1.45;
	text-align: left;
	vertical-align: top;
}

.pw-blog-article .pw-article-content th {
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 13.3px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-blog-article .pw-article-content tr:nth-child(even) td {
	background: #fbfaff;
}

.pw-blog-article .pw-article-content tr:last-child td {
	border-bottom: 0;
}

.pw-blog-article .pw-article-content blockquote {
	position: relative;
	border-left: 0;
	background:
		radial-gradient(circle at 92% 10%, rgba(223, 255, 87, .48), transparent 24%),
		linear-gradient(135deg, #f3f1ff 0%, #fff 100%);
	box-shadow: inset 0 0 0 1px rgba(107, 79, 232, .14), 0 18px 48px rgba(42, 29, 105, .07);
	overflow: hidden;
}

.pw-blog-article .pw-article-content blockquote::before {
	content: "“";
	position: absolute;
	right: 20px;
	top: -18px;
	color: rgba(107, 79, 232, .14);
	font-size: 110px;
	font-weight: 900;
	line-height: 1;
}

.pw-blog-article .pw-article-content blockquote p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--pw-ink);
	font-size: 18.2px;
	font-weight: 850;
	line-height: 1.55;
}

.pw-blog-article .pw-article-content hr {
	width: 100%;
	height: 1px;
	margin: 38px 0;
	border: 0;
	background: linear-gradient(90deg, transparent, rgba(107, 79, 232, .28), var(--pw-lime), rgba(107, 79, 232, .28), transparent);
}

.pw-blog-article .pw-article-content figure,
.pw-blog-article .pw-article-content .wp-block-image {
	margin: 30px 0;
}

.pw-blog-article .pw-article-content figure img,
.pw-blog-article .pw-article-content .wp-block-image img {
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(42, 29, 105, .1);
}

.pw-blog-article .pw-article-content figcaption {
	margin-top: 10px;
	color: var(--pw-muted);
	font-size: 12.6px;
	font-weight: 750;
	line-height: 1.45;
	text-align: center;
}

.pw-blog-article .pw-article-content .wp-block-code,
.pw-blog-article .pw-article-content pre {
	overflow-x: auto;
	margin: 28px 0;
	padding: 22px;
	border-radius: 8px;
	background: #151225;
	color: var(--pw-white);
	font-size: 13.3px;
	line-height: 1.6;
}

.pw-article-expert-section {
	display: grid;
	grid-template-columns: 106px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin-top: 30px;
	padding: 26px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 94% 8%, rgba(223, 255, 87, .7), transparent 18%),
		var(--pw-purple);
	color: var(--pw-white);
}

.pw-article-expert-section img {
	aspect-ratio: 1;
	border: 7px solid rgba(255, 255, 255, .32);
	border-radius: 50%;
}

.pw-article-expert-section .pw-section-kicker {
	margin-bottom: 8px;
	color: var(--pw-lime);
}

.pw-article-expert-section h2 {
	margin-bottom: 8px;
	color: var(--pw-white);
	font-size: 28px;
	line-height: 1;
}

.pw-article-expert-section p:not(.pw-section-kicker) {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 13.3px;
	line-height: 1.55;
}

.pw-article-cta {
	margin-top: 30px;
	padding: 42px;
	border-radius: 8px;
	background:
		radial-gradient(circle at 12% 16%, rgba(223, 255, 87, .76), transparent 22%),
		linear-gradient(135deg, #ffffff, #f0edff);
	text-align: center;
	box-shadow: 0 24px 65px rgba(42, 29, 105, .08);
}

.pw-article-cta h2 {
	max-width: 680px;
	margin: 0 auto 14px;
	font-size: clamp(28px, 5vw, 46.2px);
	line-height: .98;
}

.pw-article-cta p:not(.pw-section-kicker) {
	max-width: 660px;
	margin: 0 auto 24px;
	color: var(--pw-muted);
	font-size: 14px;
	line-height: 1.6;
}

@media (max-width: 1199px) {
	.pw-article-hero-grid,
	.pw-article-layout {
		grid-template-columns: 1fr;
	}

	.pw-article-info-panel {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-article-shell {
		width: min(100% - 28px, var(--pw-container));
	}

	.pw-article-seo-hero {
		padding: 66px 0;
	}

	.pw-article-meta-grid,
	.pw-article-info-panel {
		grid-template-columns: 1fr;
	}

	.pw-article-layout {
		padding: 54px 0 72px;
	}

	.pw-blog-article .pw-article-content,
	.pw-article-cta {
		padding: 26px;
	}

	.pw-blog-article .pw-article-content h2 {
		grid-template-columns: 14px minmax(0, 1fr);
		gap: 11px;
		font-size: 29px;
	}

	.pw-blog-article .pw-article-content h2::before {
		width: 14px;
		height: 14px;
		box-shadow: 0 0 0 5px rgba(223, 255, 87, .32);
	}

	.pw-blog-article .pw-article-content p,
	.pw-blog-article .pw-article-content li {
		font-size: 15.4px;
	}

	.pw-blog-article .pw-article-content ul,
	.pw-blog-article .pw-article-content ol {
		padding: 18px;
	}

	.pw-blog-article .pw-article-content li {
		padding-left: 38px;
	}

	.pw-blog-article .pw-article-content .wp-block-table {
		margin-left: -8px;
		margin-right: -8px;
		padding: 0 8px 8px;
	}

.pw-blog-article .pw-article-content table,
.pw-blog-article .pw-article-content .wp-block-table table {
	min-width: 620px;
}

.pw-blog-article .pw-article-content th,
.pw-blog-article .pw-article-content td {
	padding: 14px;
	font-size: 13.3px;
}

	.pw-article-expert-section {
		grid-template-columns: 1fr;
	}

	.pw-article-expert-section img {
		width: 96px;
	}
}

.pw-site-footer {
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-footer-ticker {
	background: var(--pw-lime);
	color: var(--pw-ink);
	overflow: hidden;
	white-space: nowrap;
}

.pw-footer-ticker-track {
	display: flex;
	width: max-content;
	padding: 30px 0;
	animation: pw-footer-marquee 30s linear infinite;
}

.pw-footer-ticker-row {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-right: 30px;
}

.pw-footer-ticker span,
.pw-footer-ticker strong {
	display: inline-flex;
	align-items: center;
	font-size: clamp(21px, 3vw, 29.4px);
	font-weight: 950;
	line-height: 1;
}

.pw-footer-ticker span {
	font-size: clamp(25.2px, 4vw, 37.8px);
}

@keyframes pw-footer-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.pw-footer-main {
	display: grid;
	grid-template-columns: minmax(340px, 1.35fr) minmax(160px, .45fr) minmax(240px, .72fr) minmax(260px, .78fr);
	gap: 62px;
	padding-top: 104px;
	padding-bottom: 86px;
}

.pw-footer-brand .pw-logo {
	display: inline-flex;
	margin-bottom: 42px;
}

.pw-footer-brand .pw-logo img {
	width: 290px;
	max-width: 100%;
	height: auto;
}

.pw-footer-brand p {
	max-width: 620px;
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .78);
	font-size: 16.8px;
	font-weight: 750;
	line-height: 1.55;
}

.pw-footer-contact {
	display: grid;
	gap: 14px;
}

.pw-footer-contact a {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	width: fit-content;
	min-height: 48px;
	padding: 0 16px 0 0;
	border-radius: 999px;
	color: var(--pw-white);
	font-size: 18.2px;
	font-weight: 950;
	line-height: 1.15;
	transition: color .2s ease, transform .2s ease;
}

.pw-footer-contact a:hover {
	color: var(--pw-lime);
	transform: translateX(4px);
}

.pw-footer-contact span,
.pw-footer-social span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(216, 255, 91, .16);
	color: var(--pw-lime);
	flex: 0 0 auto;
}

.pw-footer-contact svg,
.pw-footer-social svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.pw-footer-column h2 {
	margin: 0 0 28px;
	color: var(--pw-white);
	font-size: 21px;
	line-height: 1.1;
}

.pw-footer-menu {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-footer-menu a {
	color: rgba(255, 255, 255, .84);
	font-size: 16.1px;
	font-weight: 760;
	line-height: 1.2;
	transition: color .2s ease, transform .2s ease;
}

.pw-footer-menu a:hover {
	color: var(--pw-lime);
	transform: translateX(4px);
}

.pw-footer-social {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-footer-social a {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 56px;
	padding: 8px 14px 8px 8px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(255, 255, 255, .06);
	color: var(--pw-white);
	font-size: 14px;
	font-weight: 850;
	transition: background .2s ease, color .2s ease, transform .2s ease;
}

.pw-footer-social a:hover {
	background: rgba(216, 255, 91, .14);
	color: var(--pw-lime);
	transform: translateY(-2px);
}

.pw-footer-legal {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-footer-legal-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 56px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pw-footer-legal p {
	margin: 0;
	font-size: 13px;
	font-weight: 850;
}

.pw-footer-legal div {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: flex-end;
}

.pw-footer-legal a {
	color: rgba(11, 11, 15, .72);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.pw-footer-legal a:hover {
	color: var(--pw-ink);
}

@media (max-width: 991px) {
	.pw-main-nav,
	.pw-header-actions {
		display: none;
	}

	.pw-header-container {
		width: min(100% - 28px, 1940px);
	}

	.pw-topbar-inner {
		align-items: flex-start;
		flex-direction: column;
		min-height: 0;
		padding: 12px 0;
		gap: 10px;
	}

	.pw-topbar-contacts,
	.pw-topbar-socials {
		gap: 18px;
	}

	.pw-topbar a {
		font-size: 10.5px;
	}

	.pw-topbar svg {
		width: 18px;
		height: 18px;
	}

	.pw-social-divider {
		height: 20px;
	}

	.pw-header-inner {
		min-height: 88px;
	}

	.pw-logo img,
	.custom-logo {
		max-width: 226px;
		height: 54px;
	}

	.pw-menu-toggle {
		display: inline-grid;
		gap: 5px;
		width: 44px;
		height: 44px;
		padding: 11px;
		border: 0;
		border-radius: var(--pw-radius);
		background: rgba(255, 255, 255, .12);
	}

	.pw-menu-toggle span {
		display: block;
		height: 2px;
		background: var(--pw-white);
	}

	.pw-mobile-nav.is-open {
		display: block;
		padding: 0 14px 22px;
	}

	.pw-mobile-menu {
		align-items: flex-start;
		flex-direction: column;
		gap: 0;
		margin: 0;
		padding: 16px;
		border-radius: var(--pw-radius);
		background: rgba(255, 255, 255, .1);
		list-style: none;
	}

	.pw-mobile-menu li {
		width: 100%;
	}

	.pw-mobile-menu a {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 12px 0;
		color: var(--pw-white);
		font-size: 14.5px;
		font-weight: 850;
	}

	.pw-mobile-menu .sub-menu {
		display: grid;
		gap: 8px;
		margin: 0 0 8px;
		padding: 0 0 0 16px;
		list-style: none;
	}

	.pw-mobile-menu .pw-services-menu {
		width: 100%;
		padding: 8px 0 12px 12px;
	}

	.pw-mobile-menu .sub-menu a {
		color: rgba(255, 255, 255, .78);
		font-size: 11.2px;
	}

	.pw-mobile-menu .pw-menu-group {
		margin: 14px 0 4px;
		color: var(--pw-lime);
		font-size: 7.7px;
	}

	.pw-mobile-menu .pw-service-menu-item a {
		grid-template-columns: 34px minmax(0, 1fr);
		padding: 8px 0;
		background: transparent;
	}

	.pw-mobile-menu .pw-service-menu-icon {
		width: 34px;
		height: 34px;
	}

	.pw-mobile-menu .pw-service-menu-icon svg {
		width: 18px;
		height: 18px;
	}

	.pw-hero-grid,
	.pw-content-grid {
		grid-template-columns: 1fr;
	}

	.pw-footer-main {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px;
		padding-top: 78px;
	}

	.pw-footer-brand {
		grid-column: 1 / -1;
	}

	.pw-footer-legal-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.pw-footer-legal div {
		justify-content: flex-start;
	}
}

@media (max-width: 575px) {
	.pw-container {
		width: min(100% - 28px, var(--pw-container));
	}

	.pw-topbar-contacts {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.pw-topbar-socials {
		width: 100%;
		justify-content: space-between;
	}

	.pw-footer-ticker-track {
		padding: 22px 0;
		animation-duration: 22s;
	}

	.pw-footer-ticker-row {
		gap: 20px;
		padding-right: 20px;
	}

	.pw-footer-main {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 58px;
		padding-bottom: 42px;
	}

	.pw-footer-brand {
		grid-column: auto;
	}

	.pw-footer-brand .pw-logo {
		margin-bottom: 28px;
	}

	.pw-footer-brand .pw-logo img {
		width: 230px;
	}

	.pw-footer-brand p {
		font-size: 13.3px;
	}

	.pw-footer-contact a,
	.pw-footer-column h2 {
		font-size: 16.8px;
	}

	.pw-footer-contact a {
		font-size: 14.7px;
	}

	.pw-footer-menu {
		gap: 14px;
	}

	.pw-footer-menu a,
	.pw-footer-legal p,
	.pw-footer-legal a {
		font-size: 12.6px;
	}

	.pw-footer-legal-inner {
		gap: 18px;
	}

	.pw-footer-legal div {
		display: grid;
		gap: 12px;
	}

	.pw-hero,
	.pw-page-hero {
		padding: 72px 0 56px;
	}

	h1 {
		font-size: 30.8px;
	}

	.pw-btn {
		width: 100%;
	}
}

.pw-home-shell {
	width: min(calc(100% - (var(--pw-page-gutter) * 2)), var(--pw-wide-container));
	margin: 0 auto;
}

.pw-home .pw-section {
	padding: 112px 0;
}

.pw-home-hero {
	position: relative;
	padding: 98px 0 132px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
		linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 92px 92px;
	opacity: .28;
	pointer-events: none;
}

.pw-hero-decor {
	position: absolute;
	color: rgba(220, 255, 91, .16);
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
}

.pw-hero-decor-one {
	right: 5vw;
	top: 18px;
	font-size: 119px;
}

.pw-hero-decor-two {
	left: 50%;
	bottom: 410px;
	color: rgba(255, 255, 255, .06);
	font-size: 182px;
	transform: translateX(-50%);
}

.pw-home-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 58px;
	align-items: center;
}

.pw-home-hero-copy {
	display: grid;
	justify-items: center;
	text-align: center;
}

.pw-home-hero h1 {
	max-width: 1250px;
	margin-bottom: 28px;
	color: var(--pw-white);
	font-size: clamp(44.8px, 7.8vw, 99.4px);
	font-weight: 900;
	line-height: .86;
}

.pw-home-hero h1 span {
	color: var(--pw-purple);
	text-shadow:
		0 0 0 var(--pw-white),
		0 2px 0 rgba(255, 255, 255, .22),
		0 18px 44px rgba(17, 10, 46, .22);
}

.pw-home-hero h1 .pw-hero-title-lime {
	color: var(--pw-lime);
	text-shadow:
		0 0 0 rgba(223, 255, 87, .72),
		0 18px 44px rgba(17, 10, 46, .2);
}

.pw-hero-text {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	max-width: 1120px;
	margin: 0 auto 32px;
	text-align: left;
}

.pw-hero-text article {
	position: relative;
	display: grid;
	gap: 12px;
	min-height: 176px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06)),
		rgba(255, 255, 255, .08);
	box-shadow: 0 24px 56px rgba(18, 12, 55, .12);
	backdrop-filter: blur(12px);
	overflow: hidden;
	animation: pwHeroTileIn .72s ease both;
	transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.pw-hero-text article:nth-child(2) {
	animation-delay: .08s;
}

.pw-hero-text article:nth-child(3) {
	animation-delay: .16s;
}

.pw-hero-text article::after {
	content: "";
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .16);
	transition: transform .28s ease, opacity .28s ease;
}

.pw-hero-text article:hover {
	transform: translateY(-6px);
	border-color: rgba(223, 255, 87, .42);
	background-color: rgba(255, 255, 255, .13);
	box-shadow: 0 32px 70px rgba(18, 12, 55, .18);
}

.pw-hero-text article:hover::after {
	opacity: 1;
	transform: scale(1.22);
}

.pw-hero-text-icon {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: var(--pw-lime);
	color: var(--pw-purple);
	box-shadow: 0 12px 30px rgba(223, 255, 87, .18);
}

.pw-hero-text-icon svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-hero-text strong,
.pw-hero-text p {
	position: relative;
	z-index: 1;
	margin: 0;
}

.pw-hero-text strong {
	color: var(--pw-white);
	font-size: clamp(15px, 1.2vw, 19px);
	font-weight: 900;
	line-height: 1.22;
}

.pw-hero-text p {
	color: rgba(255, 255, 255, .78);
	font-size: clamp(13px, 1vw, 15px);
	font-weight: 740;
	line-height: 1.45;
}

@keyframes pwHeroTileIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pw-home-hero h1::first-letter {
	letter-spacing: 0;
}

.pw-hero-points {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px 28px;
	margin: 0 0 34px;
	padding: 0;
	list-style: none;
}

.pw-hero-points li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, .88);
	font-size: 14.7px;
	font-weight: 800;
}

.pw-hero-points li::before,
.pw-checks li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--pw-lime);
	flex: 0 0 auto;
}

.pw-hero-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

.pw-home-hero-media {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(240px, .34fr) minmax(0, .58fr);
	grid-template-rows: 120px 260px 180px;
	gap: 22px;
	min-height: 560px;
	border-radius: 8px;
	overflow: visible;
	transform: none;
}

.pw-home-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 34px 90px rgba(20, 13, 63, .28);
}

.pw-hero-img-main {
	grid-column: 1 / 3;
	grid-row: 1 / 4;
}

.pw-hero-img-side {
	grid-column: 3;
	grid-row: 1 / 3;
	border: 10px solid var(--pw-white);
}

.pw-hero-img-wide {
	grid-column: 2 / 4;
	grid-row: 3;
	border: 10px solid var(--pw-white);
}

.pw-hero-badge {
	position: absolute;
	left: 32px;
	bottom: 32px;
	display: grid;
	grid-template-columns: auto minmax(0, 150px);
	gap: 14px;
	align-items: center;
	padding: 18px 22px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	box-shadow: var(--pw-shadow);
}

.pw-hero-badge strong {
	font-size: 40.6px;
	line-height: .9;
}

.pw-hero-badge span {
	font-size: 10.5px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.pw-hero-floating-card {
	position: absolute;
	right: 28px;
	top: 28px;
	display: grid;
	gap: 2px;
	min-width: 172px;
	padding: 16px 18px;
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	box-shadow: 0 20px 50px rgba(20, 13, 63, .25);
	transform: rotate(1.5deg);
}

.pw-hero-floating-card span {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 6px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 9.1px;
	font-weight: 950;
}

.pw-hero-floating-card strong {
	font-size: 18.2px;
	line-height: 1;
}

.pw-hero-ring {
	position: absolute;
	top: -42px;
	left: calc(66% - 80px);
	display: grid;
	place-items: center;
	width: 170px;
	height: 170px;
	border: 9px solid var(--pw-white);
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 18px 46px rgba(20, 13, 63, .22);
}

.pw-hero-ring::before {
	content: "→";
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-size: 22.4px;
	font-weight: 950;
}

.pw-hero-ring span {
	position: absolute;
	inset: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	font-size: 9.1px;
	font-weight: 950;
	line-height: 1.05;
	text-transform: uppercase;
}

.pw-btn-large {
	min-height: var(--pw-btn-height);
	font-size: 16.8px;
}

.pw-btn-dark {
	background: var(--pw-ink);
	color: var(--pw-white);
}

.pw-btn-dark .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-btn-offer {
	min-height: var(--pw-btn-height);
	margin-top: 28px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 15.4px;
}

.pw-btn-offer .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-btn-services {
	min-height: var(--pw-btn-height);
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 15.4px;
}

.pw-btn-services .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-btn-outline {
	border: 2px solid var(--pw-purple);
	background: transparent;
	color: var(--pw-purple);
}

.pw-btn-outline .pw-btn-icon {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-section-offer,
.pw-section-benefits,
.pw-pricing {
	background: var(--pw-surface);
}

.pw-section-offer {
	position: relative;
	background: var(--pw-white);
	color: var(--pw-ink);
	overflow: hidden;
}

.pw-section-offer::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 42%;
	height: 100%;
	background: linear-gradient(90deg, rgba(107, 79, 232, .08), transparent);
	pointer-events: none;
}

.pw-section-benefits::after {
	display: none;
}

.pw-section-offer::after {
	display: none;
}

.pw-offer-layout {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(520px, .95fr) minmax(0, 1fr);
	gap: 72px;
	align-items: center;
}

.pw-split {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, .78fr);
	gap: 54px;
	align-items: start;
}

.pw-split-media {
	grid-template-columns: minmax(360px, .85fr) minmax(0, 1fr);
	align-items: center;
}

.pw-section-kicker {
	margin: 0 0 18px;
	color: var(--pw-purple);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pw-home h2 {
	max-width: 900px;
	margin-bottom: 22px;
	color: var(--pw-ink);
	font-size: clamp(32px, 4.7vw, 56px);
	font-weight: 900;
	line-height: 1.02;
}

.pw-home h2 span {
	color: var(--pw-purple);
}

.pw-section-offer h2 {
	max-width: 720px;
	color: var(--pw-ink);
	font-size: clamp(34px, 4.8vw, 58px);
}

.pw-section-offer h2 span {
	color: var(--pw-purple);
}

.pw-section-offer .pw-section-lead {
	max-width: 760px;
	color: var(--pw-muted);
	font-size: 16.1px;
	font-weight: 760;
	line-height: 1.55;
}

.pw-section-lead {
	max-width: 760px;
	color: var(--pw-muted);
	font-size: 14.7px;
	line-height: 1.65;
}

.pw-offer-collage {
	position: relative;
	min-height: 720px;
}

.pw-offer-collage img {
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 24px 64px rgba(42, 29, 105, .14);
}

.pw-offer-collage-main {
	position: absolute;
	top: 10px;
	right: 28px;
	width: 62%;
	height: 620px;
}

.pw-offer-collage-small {
	position: absolute;
	left: 0;
	top: 250px;
	width: 43%;
	height: 260px;
	border: 8px solid var(--pw-white);
}

.pw-offer-collage-wide {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 68%;
	height: 220px;
	border: 8px solid var(--pw-white);
}

.pw-offer-circle-badge {
	position: absolute;
	left: 48px;
	top: 10px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 20px 48px rgba(42, 29, 105, .18);
}

.pw-offer-circle-text {
	position: absolute;
	inset: 10px;
	width: 160px;
	height: 160px;
	overflow: visible;
	animation: pwOfferTextSpin 16s linear infinite;
}

.pw-offer-circle-text text {
	fill: var(--pw-white);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.pw-offer-circle-badge:hover .pw-offer-circle-text {
	animation-duration: 8s;
}

.pw-offer-circle-badge b {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	font-size: 40.6px;
	line-height: 1;
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .12);
	transition: transform .28s ease, box-shadow .28s ease;
}

.pw-offer-circle-badge:hover b {
	transform: scale(1.06) rotate(45deg);
	box-shadow: inset 0 0 0 10px rgba(255, 255, 255, .16), 0 16px 34px rgba(42, 29, 105, .18);
}

.pw-offer-collage-stat {
	position: absolute;
	right: 50px;
	bottom: 16px;
	display: grid;
	grid-template-columns: auto minmax(0, 150px);
	gap: 20px;
	align-items: center;
	width: 280px;
	min-height: 104px;
	padding: 18px 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	box-shadow: 0 18px 44px rgba(42, 29, 105, .14);
	animation: pwOfferStatSlide 4.8s ease-in-out infinite;
	will-change: transform, box-shadow;
}

.pw-offer-collage-stat strong {
	font-size: 43.4px;
	line-height: .9;
}

.pw-offer-collage-stat span {
	color: var(--pw-muted);
	font-size: 13.3px;
	font-weight: 950;
	line-height: 1.35;
}

@keyframes pwOfferTextSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pwOfferStatSlide {
	0%,
	100% {
		transform: translateX(0);
		box-shadow: 0 18px 44px rgba(42, 29, 105, .14);
	}

	50% {
		transform: translateX(18px);
		box-shadow: 0 24px 58px rgba(42, 29, 105, .2);
	}
}

.pw-feature-stack {
	display: grid;
	gap: 30px;
	margin-top: 52px;
}

.pw-feature-stack article,
.pw-service-card,
.pw-stats-grid article,
.pw-benefit-cards article,
.pw-process-steps article,
.pw-testimonial-grid article,
.pw-price-card,
.pw-custom-format,
.pw-faq-list details {
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .07);
}

.pw-feature-stack article {
	position: relative;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	overflow: hidden;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.pw-feature-stack article::after {
	display: none;
}

.pw-feature-stack article:hover {
	transform: translateX(4px);
	background: transparent;
}

.pw-feature-stack article:hover p {
	color: rgba(14, 14, 20, .74);
}

.pw-feature-stack .pw-card-icon {
	width: 70px;
	height: 70px;
	margin: 0;
	border-radius: 50%;
	background: var(--pw-surface);
	color: var(--pw-purple);
}

.pw-feature-stack .pw-card-icon svg {
	width: 34px;
	height: 34px;
}

.pw-feature-stack h3,
.pw-service-card h3,
.pw-benefit-cards h3,
.pw-process-steps h3 {
	margin-bottom: 10px;
	font-size: 21px;
	line-height: 1.12;
}

.pw-feature-stack p,
.pw-service-card p,
.pw-benefit-cards p,
.pw-process-steps p,
.pw-testimonial-grid p,
.pw-price-card p,
.pw-faq-list p {
	margin-bottom: 0;
	color: var(--pw-muted);
}

.pw-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 44px;
}

.pw-section-head h2 {
	margin-bottom: 0;
}

.pw-home-services {
	position: relative;
	background: var(--pw-white);
	overflow: hidden;
}

.pw-home-services::before {
	content: "";
	position: absolute;
	right: -16px;
	top: 78px;
	width: 62px;
	height: 110px;
	background:
		linear-gradient(135deg, transparent 22px, var(--pw-purple) 23px, var(--pw-purple) 26px, transparent 27px) 0 0 / 62px 55px repeat-y;
	opacity: .9;
}

.pw-home-services::after {
	content: "";
	position: absolute;
	right: 5vw;
	bottom: 70px;
	width: 86px;
	height: 86px;
	background-image: radial-gradient(var(--pw-purple) 2px, transparent 3px);
	background-size: 18px 18px;
	opacity: .9;
}

.pw-services-head {
	align-items: flex-start;
	margin-bottom: 68px;
}

.pw-services-head h2 {
	max-width: 900px;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-services-head .pw-section-kicker::before {
	content: "*";
	display: inline-grid;
	place-items: center;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	font-size: 11.2px;
	line-height: 1;
}

.pw-services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 24px;
}

.pw-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 28px;
	overflow: hidden;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.pw-service-card:hover {
	transform: translateY(-6px);
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-service-card:hover p,
.pw-service-card:hover a {
	color: rgba(255, 255, 255, .82);
}

.pw-service-card:hover .pw-card-icon {
	background: var(--pw-white);
}

.pw-service-card-star {
	position: absolute;
	right: 18px;
	top: 8px;
	color: rgba(107, 79, 232, .11);
	font-size: 61.6px;
	font-weight: 950;
	line-height: 1;
	transition: color .2s ease;
}

.pw-service-card:hover .pw-service-card-star {
	color: rgba(220, 255, 91, .22);
}

.pw-card-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-card-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.pw-service-card a {
	margin-top: auto;
	color: var(--pw-purple);
	font-weight: 900;
}

.pw-home-services .pw-service-card {
	min-height: 430px;
	padding: 50px 36px 42px;
	border-radius: 28px;
	box-shadow: none;
}

.pw-home-services .pw-service-card:hover {
	background: var(--pw-white);
	color: var(--pw-ink);
	box-shadow: 0 24px 64px rgba(42, 29, 105, .1);
}

.pw-home-services .pw-service-card.is-featured,
.pw-home-services .pw-service-card.is-featured:hover {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-home-services .pw-service-card-star {
	display: none;
}

.pw-home-services .pw-card-icon {
	width: 70px;
	height: 70px;
	margin-bottom: 78px;
	border-radius: 50%;
	background: var(--pw-surface);
	color: var(--pw-purple);
}

.pw-home-services .pw-service-card.is-featured .pw-card-icon {
	background: var(--pw-white);
}

.pw-home-services .pw-service-card h3 {
	margin-bottom: 24px;
	font-size: 21.7px;
	line-height: 1.08;
}

.pw-home-services .pw-service-card p {
	color: var(--pw-muted);
	font-size: 14.7px;
	font-weight: 760;
	line-height: 1.5;
}

.pw-home-services .pw-service-card.is-featured p {
	color: rgba(255, 255, 255, .86);
}

.pw-home-services .pw-service-card a {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 34px;
	padding-top: 30px;
	border-top: 1px solid var(--pw-line);
	color: var(--pw-purple);
	font-size: 15.4px;
}

.pw-home-services .pw-service-card:hover a,
.pw-home-services .pw-service-card:hover p {
	color: var(--pw-purple);
}

.pw-home-services .pw-service-card.is-featured a,
.pw-home-services .pw-service-card.is-featured:hover a {
	border-top-color: rgba(255, 255, 255, .18);
	color: var(--pw-white);
}

.pw-services-note {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 88px;
	color: var(--pw-muted);
	font-size: 16.8px;
	font-weight: 850;
}

.pw-services-note a {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 13px;
	border-radius: 6px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-weight: 950;
}

.pw-home-cta {
	position: relative;
	padding: clamp(56px, 6vw, 82px) 0;
	background:
		radial-gradient(circle at 8% 14%, rgba(255, 255, 255, .36), transparent 25%),
		linear-gradient(135deg, #dfff57 0%, #d8ff43 100%);
	overflow: hidden;
}

.pw-home-cta::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -52px;
	width: 170px;
	height: 170px;
	background-image: radial-gradient(rgba(107, 79, 232, .24) 2px, transparent 3px);
	background-size: 18px 18px;
	pointer-events: none;
}

.pw-home-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
}

.pw-home-cta h2 {
	margin: 0;
	font-size: clamp(26.6px, 5vw, 53.2px);
}

.pw-situation-section {
	background:
		radial-gradient(circle at 92% 16%, rgba(216, 255, 87, .28), transparent 28%),
		var(--pw-surface);
}

.pw-situation-grid {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.pw-situation-grid h2,
.pw-about-preview h2,
.pw-final-cta h2 {
	margin: 0;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-situation-list,
.pw-result-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-situation-list li,
.pw-result-list li {
	position: relative;
	padding: 16px 18px 16px 54px;
	border: 1px solid rgba(107, 79, 232, .14);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-size: clamp(15px, 1.15vw, 19px);
	font-weight: 850;
	line-height: 1.35;
	box-shadow: 0 16px 38px rgba(32, 24, 70, .06);
}

.pw-situation-list li::before,
.pw-result-list li::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 22px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: inset 0 0 0 4px var(--pw-purple);
}

.pw-home-result {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.pw-home-result .pw-result-list {
	align-self: center;
}

@media (min-width: 1280px) {
	.pw-home-result {
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.08fr);
	}
}

.pw-home-result p {
	max-width: 760px;
	margin: 18px 0 30px;
	color: rgba(21, 18, 37, .72);
	font-size: clamp(16px, 1.25vw, 21px);
	font-weight: 750;
	line-height: 1.48;
}

.pw-btn-result {
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 18px 42px rgba(81, 55, 202, .22);
}

.pw-btn-result .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-work-card-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 24px;
}

.pw-work-card-grid article {
	position: relative;
	z-index: 2;
	min-height: 330px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 24px;
	background:
		radial-gradient(circle at 86% 12%, rgba(223, 255, 87, .16), transparent 32%),
		linear-gradient(135deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .08));
	box-shadow: 0 22px 58px rgba(18, 12, 55, .12);
	backdrop-filter: blur(10px);
	overflow: hidden;
	transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.pw-work-card-grid article::after {
	content: "";
	position: absolute;
	right: -38px;
	bottom: -38px;
	width: 108px;
	height: 108px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .18);
	opacity: 0;
	transform: scale(.72);
	transition: opacity .28s ease, transform .28s ease;
}

.pw-work-card-grid article:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pw-work-highlights p,
.pw-work-card-grid p {
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42;
}

.pw-work-card-grid .pw-card-icon {
	position: relative;
	z-index: 1;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	background: var(--pw-lime);
	color: var(--pw-purple);
	box-shadow: 0 14px 34px rgba(223, 255, 87, .2);
}

.pw-work-card-grid strong {
	position: relative;
	z-index: 1;
	display: block;
	color: var(--pw-white);
	font-size: clamp(22px, 1.9vw, 30px);
	font-weight: 950;
	line-height: 1.15;
}

.pw-work-card-grid p {
	position: relative;
	z-index: 1;
	font-size: clamp(15px, 1.15vw, 18px);
	font-weight: 780;
}

.pw-work-section {
	position: relative;
	overflow: hidden;
	padding: 0;
	background: var(--pw-white);
}

.pw-work-section::before {
	content: "";
	position: absolute;
	left: -26px;
	bottom: 84px;
	width: 118px;
	height: 118px;
	background-image: radial-gradient(var(--pw-purple) 2px, transparent 3px);
	background-size: 18px 18px;
	opacity: .48;
	pointer-events: none;
}

.pw-work-grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	width: min(100%, 1920px);
	margin: 0 auto;
}

.pw-work-visual {
	position: relative;
	min-height: 720px;
	overflow: hidden;
}

.pw-work-visual > img {
	width: 100%;
	height: 100%;
	min-height: 720px;
	border-radius: 0;
	object-fit: cover;
	box-shadow: none;
}

.pw-work-stat {
	position: absolute;
	left: 42px;
	bottom: 42px;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	align-items: center;
	width: 132px;
	height: 132px;
	padding: 22px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-ink);
	text-align: center;
	box-shadow: 0 26px 64px rgba(34, 24, 92, .24);
	animation: pwWorkFloat 4.8s ease-in-out infinite;
}

.pw-work-stat strong {
	font-size: 34px;
	font-weight: 950;
	line-height: .9;
}

.pw-work-stat span {
	color: rgba(11, 11, 15, .76);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.1;
}

.pw-work-rotating {
	position: absolute;
	right: 42px;
	bottom: 42px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 146px;
	height: 146px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 28px 70px rgba(25, 19, 60, .18);
}

.pw-work-rotating svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	animation: pwWorkSpin 15s linear infinite;
}

.pw-work-rotating text {
	fill: var(--pw-ink);
	font-size: 9.8px;
	font-weight: 950;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.pw-work-rotating > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 29px;
	font-weight: 950;
	line-height: 1;
	transition: transform .25s ease;
}

.pw-work-rotating:hover > span,
.pw-work-rotating:focus-visible > span {
	transform: rotate(-35deg) scale(1.06);
}

@keyframes pwWorkSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pwWorkFloat {
	0%,
	100% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-16px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pw-work-rotating svg {
		animation: none;
	}

	.pw-work-stat {
		animation: none;
	}
}

.pw-work-copy {
	position: relative;
	min-height: 720px;
	padding: clamp(72px, 8vw, 132px) clamp(42px, 8vw, 112px) clamp(170px, 15vw, 230px);
	background:
		radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .12), transparent 28%),
		linear-gradient(135deg, #7255ec 0%, #6545df 100%);
	color: var(--pw-white);
}

.pw-work-copy > *:not(.pw-work-stat):not(.pw-work-rotating) {
	position: relative;
	z-index: 2;
}

.pw-work-copy .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	color: rgba(255, 255, 255, .82);
	font-size: 13.8px;
	font-weight: 900;
	letter-spacing: .12em;
}

.pw-work-copy .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-work-copy h2 {
	max-width: 680px;
	margin: 0;
	color: var(--pw-white);
	font-size: clamp(34px, 4.6vw, 58px);
	line-height: 1.02;
}

.pw-work-copy h2 span {
	color: var(--pw-lime);
	text-shadow: 0 18px 44px rgba(17, 10, 46, .2);
}

.pw-work-copy .pw-section-lead {
	max-width: 660px;
	margin-top: 24px;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(16px, 1.35vw, 22px);
	font-weight: 750;
	line-height: 1.48;
}

.pw-work-highlights {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	margin-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.pw-work-highlights article {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	min-height: 178px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 24px;
	background:
		radial-gradient(circle at 92% 12%, rgba(223, 255, 87, .18), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
	box-shadow: 0 24px 62px rgba(18, 12, 55, .12);
	backdrop-filter: blur(10px);
	transition: transform .28s ease, border-color .28s ease, background-color .28s ease, box-shadow .28s ease;
}

.pw-work-highlights article:hover,
.pw-work-card-grid article:hover {
	transform: translateY(-7px);
	border-color: rgba(223, 255, 87, .46);
	background-color: rgba(255, 255, 255, .17);
	box-shadow: 0 34px 76px rgba(18, 12, 55, .2);
}

.pw-work-highlights .pw-card-icon {
	width: 58px;
	height: 58px;
	background: var(--pw-lime);
	color: var(--pw-purple);
	box-shadow: 0 14px 34px rgba(223, 255, 87, .2);
}

.pw-work-highlights strong {
	max-width: 280px;
	color: var(--pw-white);
	font-size: clamp(20px, 1.65vw, 28px);
	font-weight: 950;
	line-height: 1.12;
}

.pw-work-copy .pw-checks {
	grid-template-columns: 1fr;
	max-width: 700px;
	gap: 22px;
	margin-top: 58px;
}

.pw-work-copy .pw-checks li {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--pw-white);
	font-size: clamp(17px, 1.3vw, 23px);
	font-weight: 900;
	line-height: 1.25;
	box-shadow: none;
}

.pw-round-image {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: var(--pw-shadow);
}

.pw-round-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.pw-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 20px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.pw-checks li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 900;
}

.pw-results {
	position: relative;
	background: var(--pw-white);
	color: var(--pw-ink);
	overflow: hidden;
}

.pw-section-watermark {
	position: absolute;
	right: -80px;
	top: 28px;
	color: rgba(255, 255, 255, .05);
	font-size: clamp(63px, 14vw, 154px);
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
	white-space: nowrap;
}

.pw-results .pw-section-head {
	align-items: flex-start;
	margin-bottom: 64px;
}

.pw-results .pw-section-head > div {
	max-width: 900px;
}

.pw-results h2 {
	max-width: 900px;
	color: var(--pw-ink);
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-results h2 span {
	color: var(--pw-purple);
}

.pw-results .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-results .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-results .pw-btn {
	margin-top: 36px;
}

.pw-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
}

.pw-stats-grid article {
	display: grid;
	align-content: start;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.pw-stat-top {
	display: flex;
	align-items: center;
	gap: 22px;
	min-height: 76px;
	margin-bottom: 46px;
	padding-bottom: 44px;
	border-bottom: 1px solid var(--pw-line);
}

.pw-stat-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	flex: 0 0 auto;
}

.pw-stat-icon svg {
	width: 42px;
	height: 42px;
	fill: currentColor;
}

.pw-stats-grid .pw-stat-number {
	display: block;
	margin-bottom: 28px;
	color: var(--pw-ink);
	font-size: clamp(44.8px, 5.2vw, 64.4px);
	font-weight: 950;
	line-height: .9;
}

.pw-stats-grid h3 {
	margin: 0;
	color: var(--pw-ink);
	font-size: clamp(16.8px, 1.55vw, 23.1px);
	line-height: 1.05;
}

.pw-stats-grid p {
	max-width: 340px;
	margin: 0;
	color: var(--pw-muted);
	font-size: 16.1px;
	font-weight: 850;
	line-height: 1.45;
}

.pw-results-visual {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
	gap: 24px;
	align-items: stretch;
	margin-top: 28px;
}

.pw-results-visual img {
	width: 100%;
	min-height: 320px;
	border-radius: 8px;
	object-fit: cover;
}

.pw-results-visual div {
	display: grid;
	align-content: center;
	padding: 34px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-results-visual strong {
	font-size: 28px;
	line-height: .95;
}

.pw-results-visual span {
	margin-top: 12px;
	font-weight: 850;
}

.pw-ticker {
	overflow: hidden;
	padding: 24px 0;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-ticker-track {
	display: flex;
	width: max-content;
	gap: 36px;
	animation: pwTicker 32s linear infinite;
}

.pw-ticker span {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	font-size: 22.4px;
	font-weight: 900;
	text-transform: uppercase;
	white-space: nowrap;
}

.pw-ticker img {
	width: 31px;
	height: 30px;
}

@keyframes pwTicker {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.pw-benefit-system {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(520px, 1fr);
	gap: 70px;
	align-items: center;
}

.pw-benefit-copy .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-benefit-copy .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-benefit-copy h2 {
	max-width: 770px;
	font-size: clamp(36.4px, 5.1vw, 60.2px);
	line-height: .98;
}

.pw-benefit-copy h2 span {
	color: var(--pw-purple);
}

.pw-benefit-copy .pw-section-lead {
	max-width: 750px;
	margin-top: 34px;
	font-size: 17.5px;
	font-weight: 820;
	line-height: 1.52;
}

.pw-benefit-layout {
	display: grid;
	gap: 32px;
	margin-top: 62px;
}

.pw-benefit-visual {
	position: relative;
	min-height: 690px;
}

.pw-benefit-image {
	position: absolute;
	overflow: hidden;
	box-shadow: 0 30px 82px rgba(16, 10, 43, .13);
}

.pw-benefit-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pw-benefit-image-main {
	top: 0;
	left: 0;
	width: 74%;
	height: 430px;
	border-radius: 28px;
}

.pw-benefit-image-wide {
	right: 0;
	bottom: 0;
	width: 86%;
	height: 405px;
	border: 8px solid var(--pw-white);
	border-radius: 28px;
}

.pw-benefit-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.pw-benefit-cards article {
	min-height: 250px;
	padding: 30px;
	border-radius: 28px;
}

.pw-benefit-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 28px 32px;
	border: 1px solid var(--pw-line);
	border-radius: 28px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .06);
	list-style: none;
}

.pw-benefit-list li {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	color: var(--pw-muted);
	font-weight: 900;
}

.pw-benefit-list li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 12.6px;
	font-weight: 950;
	flex: 0 0 auto;
}

.pw-benefit-rotating {
	position: absolute;
	right: 6%;
	top: 76px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 24px 60px rgba(105, 78, 225, .18);
}

.pw-benefit-rotating svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	animation: pwBenefitSpin 15s linear infinite;
}

.pw-benefit-rotating text {
	fill: var(--pw-ink);
	font-size: 9.8px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pw-benefit-rotating > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 29.4px;
	font-weight: 950;
	line-height: 1;
}

.pw-benefit-meter {
	position: absolute;
	left: -7%;
	bottom: 118px;
	z-index: 4;
	display: grid;
	grid-template-columns: 62px auto;
	grid-template-rows: auto auto;
	column-gap: 22px;
	align-items: center;
	min-width: 330px;
	padding: 26px 30px;
	border: 1px solid var(--pw-line);
	border-radius: 28px;
	background: var(--pw-white);
	color: var(--pw-ink);
	box-shadow: 0 28px 68px rgba(16, 10, 43, .15);
	animation: pwBenefitMeterFloat 4.6s ease-in-out infinite;
}

.pw-benefit-meter span {
	display: grid;
	grid-row: 1 / 3;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-benefit-meter svg {
	width: 36px;
	height: 36px;
	fill: currentColor;
}

.pw-benefit-meter strong {
	color: var(--pw-ink);
	font-size: 25.2px;
	font-weight: 950;
	line-height: 1;
}

.pw-benefit-meter em {
	color: var(--pw-muted);
	font-size: 15.4px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.25;
}

@keyframes pwBenefitSpin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes pwBenefitMeterFloat {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(-28px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pw-benefit-rotating svg,
	.pw-benefit-meter {
		animation: none;
	}
}

.pw-process-section {
	background: var(--pw-white);
}

.pw-process-grid {
	display: grid;
	grid-template-columns: minmax(360px, .82fr) minmax(620px, 1fr);
	gap: 76px;
	align-items: start;
}

.pw-process-copy {
	position: sticky;
	top: 140px;
	padding-top: 8px;
}

.pw-process-copy .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-process-copy .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-process-copy h2 {
	max-width: 760px;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-process-copy h2 span {
	color: var(--pw-purple);
}

.pw-process-copy .pw-section-lead {
	max-width: 760px;
	margin: 36px 0 44px;
	font-size: 16.8px;
	font-weight: 820;
	line-height: 1.55;
}

.pw-process-steps {
	display: grid;
	gap: 54px;
}

.pw-process-steps article {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(260px, .72fr);
	gap: 48px;
	align-items: center;
	min-height: 330px;
	padding: 42px 52px;
	border-radius: 28px;
	background: var(--pw-white);
	box-shadow: none;
}

.pw-process-photo {
	position: relative;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: none;
}

.pw-process-photo::before {
	display: none;
}

.pw-process-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1.55 / 1;
	object-fit: cover;
}

.pw-process-step-copy span {
	display: inline-flex;
	align-items: center;
	min-height: 50px;
	margin-bottom: 28px;
	padding: 0 26px;
	border-radius: 14px;
	background: var(--pw-surface);
	color: var(--pw-purple);
	font-size: 12.6px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-process-step-copy h3 {
	margin: 0 0 22px;
	font-size: clamp(18.2px, 1.8vw, 25.2px);
	line-height: 1.08;
}

.pw-process-step-copy p {
	max-width: 430px;
	margin: 0;
	color: var(--pw-muted);
	font-size: 16.1px;
	font-weight: 820;
	line-height: 1.55;
}

.pw-testimonials {
	position: relative;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-testimonials::before,
.pw-testimonials::after {
	content: "";
	position: absolute;
	width: 620px;
	height: 620px;
	background-image: radial-gradient(rgba(255, 255, 255, .14) 1.6px, transparent 2.2px);
	background-size: 14px 14px;
	pointer-events: none;
}

.pw-testimonials::before {
	left: 2%;
	top: 28px;
	opacity: .45;
}

.pw-testimonials::after {
	right: -80px;
	top: 0;
	opacity: .38;
}

.pw-testimonials .pw-home-shell {
	position: relative;
	z-index: 1;
}

.pw-testimonials-showcase {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(520px, 1fr);
	gap: 92px;
	align-items: start;
}

.pw-testimonials h2 {
	color: var(--pw-white);
}

.pw-testimonials h2 span {
	color: var(--pw-lime);
}

.pw-testimonials .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-white);
}

.pw-testimonials .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .25);
}

.pw-testimonials-copy h2 {
	max-width: 840px;
	margin-bottom: 56px;
	font-size: clamp(36.4px, 5.1vw, 61.6px);
	line-height: 1.02;
}

.pw-testimonials .pw-btn-lime {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-testimonials .pw-btn-lime .pw-btn-icon {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-testimonial-feature {
	position: relative;
	padding-top: 8px;
}

.pw-testimonial-stars {
	margin-bottom: 34px;
	color: var(--pw-lime);
	font-size: 22.4px;
	letter-spacing: .08em;
	line-height: 1;
}

.pw-testimonial-feature p {
	max-width: 820px;
	margin: 0;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(19.6px, 2vw, 26.6px);
	font-weight: 820;
	line-height: 1.42;
}

.pw-testimonial-person {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 58px;
}

.pw-testimonial-person img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
}

.pw-testimonial-person strong {
	display: block;
	color: var(--pw-white);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.1;
}

.pw-testimonial-person span {
	display: block;
	margin-top: 8px;
	color: rgba(255, 255, 255, .86);
	font-size: 15.4px;
	font-weight: 760;
}

.pw-testimonial-dots {
	position: absolute;
	right: 0;
	bottom: -22px;
	display: flex;
	gap: 14px;
}

.pw-testimonial-dots span {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .16);
}

.pw-testimonial-dots .is-active {
	background: var(--pw-lime);
}

.pw-testimonial-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pw-testimonial-grid article {
	padding: 26px;
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .18);
	box-shadow: none;
}

.pw-testimonial-grid p {
	color: rgba(255, 255, 255, .86);
	font-size: 12.6px;
}

.pw-testimonial-grid strong {
	display: block;
	margin-top: 24px;
	color: var(--pw-lime);
	font-size: 14px;
}

.pw-testimonial-grid span {
	color: rgba(255, 255, 255, .68);
}

.pw-testimonial-mini-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 52px;
	margin-top: 124px;
	padding-top: 82px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.pw-testimonial-mini-stats article {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 28px;
	align-items: center;
}

.pw-testimonial-mini-stats strong {
	color: var(--pw-white);
	font-size: clamp(40.6px, 4.7vw, 63px);
	font-weight: 950;
	line-height: .9;
}

.pw-testimonial-mini-stats span {
	max-width: 250px;
	color: rgba(255, 255, 255, .9);
	font-size: 15.4px;
	font-weight: 820;
	line-height: 1.4;
}

.pw-mini-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pw-mini-stats article {
	display: flex;
	align-items: center;
	gap: 14px;
}

.pw-mini-stats strong {
	font-size: 42px;
	line-height: .9;
}

.pw-mini-stats span {
	font-size: 11.2px;
	font-weight: 900;
	line-height: 1.2;
	text-transform: uppercase;
}

.pw-pricing-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
	align-items: stretch;
}

.pw-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 760px;
	padding: 52px 50px;
	border: 0;
	border-radius: 28px;
	background: var(--pw-white);
	box-shadow: 0 20px 60px rgba(42, 29, 105, .04);
	overflow: hidden;
	transition:
		transform .35s ease,
		background-color .35s ease,
		color .35s ease,
		box-shadow .35s ease;
}

.pw-price-card.is-featured {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-price-card:hover,
.pw-price-card:focus-within {
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 30px 80px rgba(72, 48, 190, .24);
	transform: translateY(-10px);
}

.pw-pricing {
	background: var(--pw-white);
}

.pw-pricing .pw-section-head {
	align-items: flex-start;
	margin-bottom: 110px;
}

.pw-pricing .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-pricing .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-pricing h2 {
	max-width: 860px;
	font-size: clamp(36.4px, 5.1vw, 61.6px);
	line-height: .98;
}

.pw-pricing h2 span {
	color: var(--pw-purple);
}

.pw-pricing .pw-section-head .pw-btn {
	margin-top: 42px;
}

.pw-price-icon {
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	margin-bottom: 50px;
	color: var(--pw-purple);
	transition: color .35s ease, transform .35s ease;
}

.pw-price-icon svg {
	width: 74px;
	height: 74px;
	fill: currentColor;
}

.pw-price-card.is-featured .pw-price-icon {
	color: var(--pw-white);
}

.pw-price-card:hover .pw-price-icon,
.pw-price-card:focus-within .pw-price-icon {
	color: var(--pw-white);
	transform: translateY(-4px) rotate(-4deg);
}

.pw-price-card h3 {
	margin: 0 0 26px;
	font-size: 23.8px;
	line-height: 1.05;
}

.pw-price-card p {
	min-height: 86px;
	color: var(--pw-muted);
	font-size: 16.1px;
	font-weight: 820;
	line-height: 1.45;
	transition: color .35s ease;
}

.pw-price-value {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	margin: 48px 0 44px;
	color: var(--pw-purple);
	white-space: nowrap;
	transition: color .35s ease;
}

.pw-price-value strong {
	display: inline-block;
	font-size: clamp(33.6px, 4vw, 47.6px);
	font-weight: 950;
	line-height: 1;
}

.pw-price-value span {
	padding-bottom: 8px;
	color: var(--pw-muted);
	font-size: 12.6px;
	font-weight: 850;
	transition: color .35s ease;
}

.pw-price-card.is-featured p,
.pw-price-card.is-featured li,
.pw-price-card:hover p,
.pw-price-card:hover li,
.pw-price-card:focus-within p,
.pw-price-card:focus-within li {
	color: rgba(255, 255, 255, .78);
}

.pw-price-card.is-featured .pw-price-value,
.pw-price-card.is-featured .pw-price-value span,
.pw-price-card:hover .pw-price-value,
.pw-price-card:hover .pw-price-value span,
.pw-price-card:focus-within .pw-price-value,
.pw-price-card:focus-within .pw-price-value span {
	color: var(--pw-white);
}

.pw-price-card ul {
	display: grid;
	gap: 22px;
	margin: 0 0 42px;
	padding: 42px 0 0;
	border-top: 1px solid var(--pw-line);
	color: var(--pw-muted);
	list-style: none;
	transition: border-color .35s ease, color .35s ease;
}

.pw-price-card.is-featured ul,
.pw-price-card:hover ul,
.pw-price-card:focus-within ul {
	border-top-color: rgba(255, 255, 255, .16);
}

.pw-price-card li {
	display: flex;
	gap: 18px;
	font-size: 14.7px;
	font-weight: 820;
	line-height: 1.4;
}

.pw-price-card li::before {
	content: "✓";
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 11.9px;
	font-weight: 950;
	flex: 0 0 auto;
	transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

.pw-price-card.is-featured li::before,
.pw-price-card:hover li::before,
.pw-price-card:focus-within li::before {
	background: var(--pw-white);
	color: var(--pw-purple);
	transform: scale(1.04);
}

.pw-price-card a {
	margin-top: auto;
	display: inline-flex;
	justify-content: center;
	min-height: 70px;
	align-items: center;
	padding: 18px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 14.7px;
	font-weight: 950;
	transition: background-color .35s ease, color .35s ease, transform .35s ease;
}

.pw-price-card.is-featured a,
.pw-price-card:hover a,
.pw-price-card:focus-within a {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-price-card a:hover,
.pw-price-card a:focus-visible {
	transform: translateY(-2px);
}

.pw-custom-format {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 58px;
	margin-top: 76px;
	padding: 0;
	background: transparent;
	color: var(--pw-ink);
}

.pw-custom-format span {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	font-size: 15.4px;
	font-weight: 850;
}

.pw-custom-format svg {
	width: 30px;
	height: 30px;
	fill: var(--pw-purple);
}

.pw-faq-preview {
	background: var(--pw-white);
}

.pw-faq-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 42px;
	margin-bottom: 112px;
}

.pw-faq-head > div {
	max-width: 1020px;
}

.pw-faq-head .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-faq-head .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-faq-head h2 {
	max-width: 900px;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-faq-head h2 span {
	color: var(--pw-purple);
}

.pw-faq-head .pw-btn {
	margin-top: 46px;
	flex: 0 0 auto;
}

.pw-faq-preview .pw-faq-grid {
	display: grid;
	grid-template-columns: minmax(480px, .85fr) minmax(560px, 1fr);
	gap: 92px;
	align-items: start;
}

.pw-faq-visual {
	position: relative;
}

.pw-faq-preview .pw-faq-photo {
	margin-top: 0;
	border-radius: 28px;
	overflow: hidden;
	box-shadow: none;
}

.pw-faq-preview .pw-faq-photo img {
	display: block;
	width: 100%;
	aspect-ratio: .97 / 1;
	object-fit: cover;
}

.pw-faq-note {
	position: absolute;
	left: 34px;
	bottom: 34px;
	display: flex;
	align-items: center;
	gap: 22px;
	min-width: 360px;
	padding: 22px 28px;
	border-radius: 26px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-faq-note span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 14px;
	background: var(--pw-ink);
	color: var(--pw-lime);
	font-size: 29.4px;
	font-weight: 950;
	line-height: 1;
}

.pw-faq-note strong {
	font-size: 16.8px;
	font-weight: 950;
	line-height: 1.18;
}

.pw-faq-rotating {
	position: absolute;
	right: -58px;
	top: -18px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 194px;
	height: 194px;
	border: 10px solid var(--pw-white);
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	text-decoration: none;
	box-shadow: 0 22px 60px rgba(42, 29, 105, .16);
}

.pw-faq-rotating svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	animation: pwFaqSpin 15s linear infinite;
}

.pw-faq-rotating text {
	fill: var(--pw-white);
	font-size: 9.8px;
	font-weight: 950;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pw-faq-rotating > span {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-size: 29.4px;
	font-weight: 950;
	line-height: 1;
}

@keyframes pwFaqSpin {
	to {
		transform: rotate(360deg);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pw-faq-rotating svg {
		animation: none;
	}
}

.pw-faq-preview .pw-faq-list {
	display: grid;
	gap: 36px;
}

.pw-faq-preview .pw-faq-list details {
	position: relative;
	padding: 0;
	border: 1px solid var(--pw-line);
	border-radius: 14px;
	background: var(--pw-white);
	box-shadow: none;
	overflow: hidden;
	transition: background-color .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.pw-faq-preview .pw-faq-list summary {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 98px;
	padding: 22px 76px 22px 42px;
	cursor: pointer;
	color: var(--pw-ink);
	font-size: 21px;
	font-weight: 950;
	line-height: 1.15;
	list-style: none;
}

.pw-faq-preview .pw-faq-list summary::-webkit-details-marker {
	display: none;
}

.pw-faq-summary-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
	transition: background-color .28s ease, color .28s ease, transform .28s ease;
}

.pw-faq-summary-icon svg {
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.pw-faq-summary-text {
	min-width: 0;
}

.pw-faq-preview .pw-faq-list summary::after {
	content: "↓";
	position: absolute;
	right: 42px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--pw-purple);
	color: var(--pw-white);
	font-size: 15.4px;
	font-weight: 950;
	line-height: 1;
	transform: translateY(-50%);
}

.pw-faq-preview .pw-faq-list details[open] {
	background: var(--pw-purple);
	border-color: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 20px 54px rgba(72, 48, 190, .18);
}

.pw-faq-preview .pw-faq-list details[open] summary {
	color: var(--pw-white);
}

.pw-faq-preview .pw-faq-list details[open] .pw-faq-summary-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
	transform: rotate(-8deg) scale(1.04);
}

.pw-faq-preview .pw-faq-list details[open] summary::after {
	content: "↑";
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-faq-answer {
	height: auto;
	overflow: hidden;
	transition: height .28s ease;
}

.pw-faq-preview .pw-faq-list p {
	margin: 0;
	padding: 28px 42px 38px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .9);
	font-size: 16.8px;
	font-weight: 760;
	line-height: 1.45;
}

.pw-blog-preview {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(107, 79, 232, .12), rgba(216, 255, 91, .18) 44%, rgba(255, 255, 255, 0) 74%),
		linear-gradient(180deg, var(--pw-white), var(--pw-surface));
	color: var(--pw-ink);
}

.pw-blog-preview::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(107, 79, 232, .08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(107, 79, 232, .08) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, .7), transparent 72%);
	pointer-events: none;
}

.pw-blog-preview::after {
	content: "Peoplewise";
	position: absolute;
	right: -40px;
	bottom: 34px;
	color: rgba(107, 79, 232, .06);
	font-size: clamp(60.2px, 13vw, 154px);
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
}

.pw-blog-cta {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .34fr);
	gap: 58px;
	align-items: center;
}

.pw-blog-cta .pw-section-kicker,
.pw-blog-cta h2 {
	margin-left: 0;
	margin-right: 0;
	color: var(--pw-ink);
}

.pw-blog-cta .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--pw-purple);
}

.pw-blog-cta .pw-section-kicker::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 3px rgba(216, 255, 91, .45);
}

.pw-blog-copy h2 {
	max-width: 900px;
	font-size: clamp(34px, 4.8vw, 58px);
	line-height: 1.02;
}

.pw-blog-copy h2 span {
	color: var(--pw-purple);
}

.pw-blog-lead {
	max-width: 780px;
	margin: 34px 0 0;
	color: var(--pw-muted);
	font-size: 16.8px;
	font-weight: 820;
	line-height: 1.5;
}

.pw-blog-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.pw-blog-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 18px;
	border: 1px solid rgba(107, 79, 232, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .72);
	color: var(--pw-purple);
	font-size: 11.2px;
	font-weight: 900;
}

.pw-blog-action {
	display: grid;
	justify-items: end;
	gap: 28px;
}

.pw-blog-mini {
	display: grid;
	grid-template-columns: auto minmax(0, 150px);
	gap: 16px;
	align-items: center;
	max-width: 300px;
	padding: 20px 22px;
	border: 1px solid rgba(107, 79, 232, .16);
	border-radius: 18px;
	background: rgba(255, 255, 255, .78);
	backdrop-filter: blur(10px);
}

.pw-blog-mini strong {
	color: var(--pw-purple);
	font-size: 37.8px;
	font-weight: 950;
	line-height: .9;
}

.pw-blog-mini span {
	color: var(--pw-muted);
	font-size: 11.9px;
	font-weight: 850;
	line-height: 1.3;
}

.pw-home-materials {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 34px;
}

.pw-home-materials article {
	padding: 24px;
	border: 1px solid rgba(107, 79, 232, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 18px 44px rgba(41, 31, 92, .06);
}

.pw-home-materials .pw-card-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
}

.pw-home-materials h3 {
	margin: 0;
	font-size: 19px;
	line-height: 1.15;
}

.pw-home-materials p {
	margin: 12px 0 0;
	color: var(--pw-muted);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.42;
}

.pw-about-preview {
	background: var(--pw-white);
}

.pw-about-preview-inner {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(0, 1fr);
	gap: 54px;
	align-items: center;
	padding: 52px;
	border: 1px solid rgba(107, 79, 232, .14);
	border-radius: 8px;
	background:
		radial-gradient(circle at 100% 0, rgba(216, 255, 87, .42), transparent 30%),
		var(--pw-surface);
}

.pw-about-preview p {
	margin: 0 0 28px;
	color: var(--pw-muted);
	font-size: clamp(16px, 1.25vw, 21px);
	font-weight: 780;
	line-height: 1.5;
}

.pw-final-cta {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 18%, rgba(216, 255, 87, .72), transparent 27%),
		radial-gradient(circle at 88% 18%, rgba(107, 79, 232, .2), transparent 30%),
		linear-gradient(135deg, #fff 0%, #f6f4ff 100%);
	color: var(--pw-ink);
}

.pw-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(107, 79, 232, .07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(107, 79, 232, .07) 1px, transparent 1px);
	background-size: 44px 44px;
	mask-image: linear-gradient(90deg, rgba(0, 0, 0, .58), transparent 74%);
	pointer-events: none;
}

.pw-final-cta-inner {
	position: relative;
	z-index: 1;
	max-width: 980px;
	text-align: center;
}

.pw-final-cta h2 {
	color: var(--pw-ink);
}

.pw-final-cta p {
	margin: 24px auto 0;
	max-width: 790px;
	color: rgba(21, 18, 37, .72);
	font-size: clamp(16px, 1.3vw, 22px);
	font-weight: 760;
	line-height: 1.5;
}

.pw-final-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	margin-top: 34px;
}

@media (max-width: 1199px) {
	.pw-home-hero-grid,
	.pw-split,
	.pw-work-grid,
	.pw-split-media,
	.pw-process-grid,
	.pw-faq-grid,
	.pw-benefit-layout,
	.pw-situation-grid,
	.pw-home-result,
	.pw-about-preview-inner {
		grid-template-columns: 1fr;
	}

	.pw-services-grid,
	.pw-stats-grid,
	.pw-testimonial-grid,
	.pw-mini-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pw-services-head {
		margin-bottom: 58px;
	}

	.pw-home-services .pw-service-card {
		min-height: 360px;
	}

	.pw-home-services .pw-card-icon {
		margin-bottom: 44px;
	}

	.pw-results-visual {
		grid-template-columns: 1fr;
	}

	.pw-results .pw-section-head {
		margin-bottom: 62px;
	}

	.pw-stat-top {
		margin-bottom: 34px;
		padding-bottom: 32px;
	}

	.pw-testimonials-showcase {
		grid-template-columns: 1fr;
		gap: 64px;
	}

	.pw-testimonial-mini-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px;
		margin-top: 78px;
		padding-top: 58px;
	}

	.pw-pricing .pw-section-head {
		margin-bottom: 64px;
	}

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

	.pw-price-card {
		min-height: 0;
		padding: 42px;
	}

	.pw-faq-head {
		flex-direction: column;
		margin-bottom: 64px;
	}

	.pw-faq-head .pw-btn {
		margin-top: 0;
	}

	.pw-faq-preview .pw-faq-grid {
		gap: 48px;
	}

	.pw-faq-rotating {
		right: 18px;
		top: -42px;
	}

	.pw-blog-cta {
		grid-template-columns: 1fr;
	}

	.pw-blog-action {
		justify-items: start;
	}

	.pw-home-materials,
	.pw-work-card-grid {
		grid-template-columns: 1fr;
	}

	.pw-process-copy {
		position: static;
	}

	.pw-process-grid {
		gap: 48px;
	}

	.pw-process-steps {
		gap: 28px;
	}

	.pw-process-steps article {
		grid-template-columns: minmax(0, 1fr) minmax(240px, .6fr);
		padding: 34px;
	}

	.pw-offer-layout {
		grid-template-columns: 1fr;
		gap: 44px;
	}

	.pw-offer-collage {
		min-height: 620px;
	}

	.pw-offer-collage-main {
		right: 0;
		width: 64%;
		height: 540px;
	}

	.pw-offer-collage-small {
		top: 220px;
	}

	.pw-offer-collage-wide {
		width: 72%;
	}

	.pw-work-grid {
		gap: 48px;
	}

	.pw-work-visual {
		min-height: 520px;
	}

	.pw-work-visual > img {
		min-height: 520px;
	}

	.pw-work-copy {
		min-height: auto;
		padding: 72px 48px 190px;
	}

	.pw-work-rotating {
		right: 36px;
		bottom: 36px;
		width: 132px;
		height: 132px;
	}

	.pw-work-stat {
		left: 36px;
		bottom: 36px;
		width: 116px;
		height: 116px;
	}

	.pw-home-hero-media {
		grid-template-columns: minmax(0, .9fr) minmax(180px, .38fr);
		grid-template-rows: 340px 210px;
	}

	.pw-hero-img-main {
		grid-column: 1;
		grid-row: 1 / 3;
	}

	.pw-hero-img-side {
		grid-column: 2;
		grid-row: 1;
	}

	.pw-hero-img-wide {
		grid-column: 2;
		grid-row: 2;
	}

	.pw-hero-ring {
		left: auto;
		right: 150px;
	}

	.pw-benefit-system {
		grid-template-columns: 1fr;
		gap: 52px;
	}

	.pw-benefit-visual {
		min-height: 620px;
	}

	.pw-benefit-image-main {
		width: 72%;
		height: 390px;
	}

	.pw-benefit-image-wide {
		width: 78%;
		height: 350px;
	}
}

@media (max-width: 767px) {
	.pw-home-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-home .pw-section {
		padding: 72px 0;
	}

	.pw-home-hero {
		padding: 64px 0 96px;
	}

	.pw-home-hero-grid {
		gap: 34px;
	}

	.pw-home-hero h1,
	.pw-home h2 {
		font-size: 30.8px;
		line-height: .98;
	}

	.pw-home-hero-media,
	.pw-home-hero-media img {
		min-height: 0;
	}

	.pw-home-hero-media {
		display: block;
		transform: none;
	}

	.pw-hero-img-main {
		display: block;
		min-height: 430px;
	}

	.pw-hero-img-side,
	.pw-hero-img-wide {
		display: none;
	}

	.pw-hero-decor-one {
		right: -20px;
		top: 28px;
		font-size: 67.2px;
	}

	.pw-hero-decor-two {
		display: none;
	}

	.pw-hero-floating-card {
		left: 14px;
		right: auto;
		top: 14px;
		min-width: 140px;
		padding: 12px;
	}

	.pw-hero-floating-card strong {
		font-size: 14.7px;
	}

	.pw-hero-badge {
		right: 14px;
		bottom: 14px;
		grid-template-columns: 1fr;
		max-width: 156px;
	}

	.pw-hero-badge strong {
		font-size: 32.2px;
	}

	.pw-hero-ring {
		display: none;
	}

	.pw-section-head,
	.pw-home-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.pw-services-head {
		margin-bottom: 36px;
	}

	.pw-home-services::before,
	.pw-home-services::after {
		display: none;
	}

	.pw-services-grid,
	.pw-stats-grid,
	.pw-testimonial-grid,
	.pw-mini-stats-grid,
	.pw-pricing-grid,
	.pw-checks,
	.pw-home-materials,
	.pw-work-card-grid {
		grid-template-columns: 1fr;
	}

	.pw-home-services .pw-service-card {
		min-height: 0;
		padding: 28px;
		border-radius: 18px;
	}

	.pw-home-services .pw-card-icon {
		width: 58px;
		height: 58px;
		margin-bottom: 28px;
	}

	.pw-home-services .pw-service-card h3 {
		font-size: 18.2px;
	}

	.pw-work-section::before {
		display: none;
	}

	.pw-work-visual {
		min-height: 360px;
	}

	.pw-work-visual > img {
		width: 100%;
		height: 360px;
		min-height: 360px;
		border-radius: 0;
	}

	.pw-work-stat {
		left: 22px;
		bottom: 22px;
		width: 112px;
		height: 112px;
		padding: 16px;
	}

	.pw-work-stat strong {
		font-size: 26px;
	}

	.pw-work-stat span {
		font-size: 9.8px;
	}

	.pw-work-rotating {
		right: 18px;
		bottom: 18px;
		width: 112px;
		height: 112px;
	}

	.pw-work-rotating text {
		font-size: 9.1px;
	}

	.pw-work-rotating > span {
		width: 50px;
		height: 50px;
		font-size: 17px;
	}

	.pw-work-copy h2 {
		font-size: 30.8px;
	}

	.pw-work-copy {
		padding: 48px 24px 162px;
	}

	.pw-work-highlights {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 34px;
		padding-bottom: 34px;
	}

	.pw-about-preview-inner {
		padding: 28px;
	}

	.pw-final-actions,
	.pw-hero-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.pw-final-actions .pw-btn,
	.pw-hero-actions .pw-btn {
		width: 100%;
	}

	.pw-work-highlights article {
		grid-template-columns: 48px minmax(0, 1fr);
	}

	.pw-work-highlights .pw-card-icon {
		width: 48px;
		height: 48px;
	}

	.pw-work-copy .pw-checks {
		gap: 16px;
		margin-top: 34px;
	}

	.pw-results .pw-section-head {
		margin-bottom: 46px;
	}

	.pw-results .pw-btn {
		margin-top: 10px;
	}

	.pw-stat-top {
		min-height: 0;
		margin-bottom: 26px;
		padding-bottom: 24px;
		gap: 16px;
	}

	.pw-stat-icon {
		width: 58px;
		height: 58px;
	}

	.pw-stat-icon svg {
		width: 34px;
		height: 34px;
	}

	.pw-stats-grid .pw-stat-number {
		margin-bottom: 16px;
		font-size: 47.6px;
	}

	.pw-stats-grid p {
		font-size: 14px;
	}

	.pw-testimonials::before,
	.pw-testimonials::after {
		width: 360px;
		height: 360px;
	}

	.pw-testimonials-copy h2 {
		margin-bottom: 34px;
	}

	.pw-testimonial-stars {
		margin-bottom: 22px;
		font-size: 17.5px;
	}

	.pw-testimonial-feature p {
		font-size: 16.8px;
	}

	.pw-testimonial-person {
		margin-top: 34px;
	}

	.pw-testimonial-person img {
		width: 64px;
		height: 64px;
	}

	.pw-testimonial-person strong {
		font-size: 16.8px;
	}

	.pw-testimonial-person span {
		font-size: 12.6px;
	}

	.pw-testimonial-dots {
		position: static;
		margin-top: 34px;
	}

	.pw-testimonial-mini-stats {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 54px;
		padding-top: 42px;
	}

	.pw-testimonial-mini-stats article {
		gap: 18px;
	}

	.pw-testimonial-mini-stats strong {
		font-size: 40.6px;
	}

	.pw-testimonial-mini-stats span {
		font-size: 13.3px;
	}

	.pw-pricing .pw-section-head {
		margin-bottom: 42px;
	}

	.pw-pricing .pw-section-head .pw-btn {
		margin-top: 8px;
	}

	.pw-pricing-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.pw-price-card {
		padding: 28px;
		border-radius: 18px;
	}

	.pw-price-icon {
		width: 58px;
		height: 58px;
		margin-bottom: 28px;
	}

	.pw-price-icon svg {
		width: 56px;
		height: 56px;
	}

	.pw-price-card p {
		min-height: 0;
		font-size: 14px;
	}

	.pw-price-value {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin: 32px 0 28px;
		white-space: normal;
	}

	.pw-price-value strong {
		font-size: 30.8px;
	}

	.pw-price-value span {
		padding-bottom: 0;
	}

	.pw-price-card ul {
		gap: 14px;
		margin-bottom: 28px;
		padding-top: 28px;
	}

	.pw-price-card li {
		font-size: 13.3px;
	}

	.pw-custom-format {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
		margin-top: 36px;
	}

	.pw-faq-head {
		margin-bottom: 42px;
	}

	.pw-faq-head h2 {
		font-size: 30.8px;
	}

	.pw-faq-preview .pw-faq-grid {
		gap: 30px;
	}

	.pw-faq-preview .pw-faq-photo {
		border-radius: 20px;
	}

	.pw-faq-rotating {
		right: 12px;
		top: 12px;
		width: 128px;
		height: 128px;
		border-width: 6px;
	}

	.pw-faq-rotating text {
		font-size: 9.1px;
	}

	.pw-faq-rotating > span {
		width: 58px;
		height: 58px;
		font-size: 21px;
	}

	.pw-faq-note {
		left: 16px;
		right: 16px;
		bottom: 16px;
		min-width: 0;
		padding: 16px;
		border-radius: 18px;
	}

	.pw-faq-note span {
		width: 48px;
		height: 48px;
		font-size: 23.8px;
	}

	.pw-faq-note strong {
		font-size: 14px;
	}

	.pw-faq-preview .pw-faq-list {
		gap: 16px;
	}

	.pw-faq-preview .pw-faq-list summary {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 12px;
		min-height: 74px;
		padding: 18px 58px 18px 18px;
		font-size: 15.4px;
	}

	.pw-faq-summary-icon {
		width: 34px;
		height: 34px;
	}

	.pw-faq-summary-icon svg {
		width: 17px;
		height: 17px;
	}

	.pw-faq-preview .pw-faq-list summary::after {
		right: 22px;
		width: 28px;
		height: 28px;
		font-size: 12.6px;
	}

	.pw-faq-preview .pw-faq-list p {
		padding: 20px 22px 24px;
		font-size: 13.3px;
	}

	.pw-blog-preview::before {
		background-size: 34px 34px;
	}

	.pw-blog-preview::after {
		right: -20px;
		bottom: 18px;
		font-size: 56px;
	}

	.pw-blog-lead {
		font-size: 14px;
	}

	.pw-blog-action {
		gap: 18px;
	}

	.pw-blog-mini {
		max-width: 100%;
	}

	.pw-benefit-copy .pw-section-lead {
		font-size: 14px;
	}

	.pw-benefit-layout {
		gap: 18px;
		margin-top: 36px;
	}

	.pw-benefit-cards,
	.pw-benefit-list {
		grid-template-columns: 1fr;
	}

	.pw-benefit-cards article {
		min-height: 0;
		padding: 24px;
		border-radius: 18px;
	}

	.pw-benefit-list {
		padding: 16px;
		border-radius: 18px;
	}

	.pw-benefit-list li {
		padding: 12px;
	}

	.pw-benefit-visual {
		min-height: 500px;
	}

	.pw-benefit-image-main {
		width: 86%;
		height: 300px;
		border-radius: 20px;
	}

	.pw-benefit-image-wide {
		width: 92%;
		height: 260px;
		border-width: 6px;
		border-radius: 20px;
	}

	.pw-benefit-rotating {
		right: 0;
		top: 44px;
		width: 126px;
		height: 126px;
	}

	.pw-benefit-rotating text {
		font-size: 9.1px;
	}

	.pw-benefit-rotating > span {
		width: 58px;
		height: 58px;
		font-size: 21px;
	}

	.pw-benefit-meter {
		left: 0;
		bottom: 58px;
		min-width: 240px;
		grid-template-columns: 50px auto;
		column-gap: 14px;
		padding: 18px;
		border-radius: 18px;
	}

	.pw-benefit-meter span {
		width: 50px;
		height: 50px;
	}

	.pw-benefit-meter svg {
		width: 30px;
		height: 30px;
	}

	.pw-benefit-meter strong {
		font-size: 21px;
	}

	.pw-benefit-meter em {
		font-size: 12.6px;
	}

	.pw-home-services .pw-service-card p {
		font-size: 12.6px;
	}

	.pw-services-note {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 36px;
		font-size: 14px;
	}

	.pw-offer-collage,
	.pw-benefit-image,
	.pw-faq-photo {
		margin-top: 24px;
	}

	.pw-offer-collage {
		min-height: 520px;
	}

	.pw-offer-collage-main {
		right: 0;
		width: 78%;
		height: 380px;
	}

	.pw-offer-collage-small {
		left: 0;
		top: 190px;
		width: 52%;
		height: 160px;
	}

	.pw-offer-collage-wide {
		left: 0;
		bottom: 70px;
		width: 82%;
		height: 150px;
	}

	.pw-offer-circle-badge {
		left: 0;
		top: 0;
		width: 130px;
		height: 130px;
	}

	.pw-offer-circle-text {
		inset: 8px;
		width: 114px;
		height: 114px;
	}

	.pw-offer-circle-text text {
		font-size: 13px;
		letter-spacing: .35px;
	}

	.pw-offer-circle-badge b {
		width: 66px;
		height: 66px;
		font-size: 28px;
	}

	.pw-offer-collage-stat {
		right: 0;
		bottom: 0;
		width: min(100%, 250px);
		min-height: 88px;
	}

	.pw-offer-collage-stat strong {
		font-size: 36.4px;
	}

	.pw-feature-stack article {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 16px;
	}

	.pw-feature-stack .pw-card-icon {
		width: 58px;
		height: 58px;
	}

	.pw-feature-stack h3 {
		font-size: 16.8px;
	}

	.pw-results-visual img {
		min-height: 240px;
	}

	.pw-results-visual strong {
		font-size: 22.4px;
	}

	.pw-process-copy .pw-section-lead {
		margin: 24px 0 30px;
		font-size: 14px;
	}

	.pw-process-steps {
		gap: 22px;
	}

	.pw-process-steps article {
		grid-template-columns: 1fr;
		gap: 24px;
		min-height: 0;
		padding: 24px;
		border-radius: 18px;
	}

	.pw-process-step-copy span {
		min-height: 42px;
		margin-bottom: 20px;
		padding: 0 18px;
		border-radius: 10px;
		font-size: 10.5px;
	}

	.pw-process-step-copy h3 {
		font-size: 18.2px;
	}

	.pw-process-step-copy p {
		font-size: 14px;
	}

	.pw-process-photo {
		margin-top: 0;
		border-radius: 18px;
	}

	.pw-ticker span {
		font-size: 16.8px;
	}
}

.pw-scroll-reveal {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity .7s ease, transform .7s ease;
}

.pw-scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.pw-service-hero.pw-scroll-reveal,
.pw-library-hero.pw-scroll-reveal,
.pw-faq-hero > .pw-scroll-reveal,
.pw-about-hero-grid.pw-scroll-reveal,
.pw-contact-hero-grid.pw-scroll-reveal,
.pw-testimonials-hero-grid.pw-scroll-reveal,
.pw-services-archive-hero-grid.pw-scroll-reveal,
.pw-cases-hero-grid.pw-scroll-reveal,
.pw-case-hero-grid.pw-scroll-reveal {
	opacity: 1;
	transform: none;
	transition: none;
}

.pw-service-hero.pw-scroll-reveal > *,
.pw-library-hero.pw-scroll-reveal > *,
.pw-faq-hero > .pw-scroll-reveal > *,
.pw-about-hero-grid.pw-scroll-reveal > *,
.pw-contact-hero-grid.pw-scroll-reveal > *,
.pw-testimonials-hero-grid.pw-scroll-reveal > *,
.pw-services-archive-hero-grid.pw-scroll-reveal > *,
.pw-cases-hero-grid.pw-scroll-reveal > *,
.pw-case-hero-grid.pw-scroll-reveal > * {
	animation: pwHeroContentIn .72s ease both;
}

.pw-service-hero.pw-scroll-reveal > *:nth-child(2),
.pw-library-hero.pw-scroll-reveal > *:nth-child(2),
.pw-faq-hero > .pw-scroll-reveal > *:nth-child(2),
.pw-about-hero-grid.pw-scroll-reveal > *:nth-child(2),
.pw-contact-hero-grid.pw-scroll-reveal > *:nth-child(2),
.pw-testimonials-hero-grid.pw-scroll-reveal > *:nth-child(2),
.pw-services-archive-hero-grid.pw-scroll-reveal > *:nth-child(2),
.pw-cases-hero-grid.pw-scroll-reveal > *:nth-child(2),
.pw-case-hero-grid.pw-scroll-reveal > *:nth-child(2) {
	animation-delay: .08s;
}

@keyframes pwHeroContentIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pw-service-shell {
	width: min(100% - 52px, 1300px);
	margin: 0 auto;
}

.pw-service-single h1,
.pw-service-single h2 {
	letter-spacing: 0;
}

.pw-service-single h2 {
	margin-bottom: 22px;
	font-size: clamp(28px, 5.4vw, 57.4px);
	font-weight: 900;
	line-height: .96;
}

.pw-service-single p {
	color: var(--pw-muted);
}

.pw-service-hero {
	position: relative;
	padding: 92px 0 108px;
	background:
		radial-gradient(circle at 86% 18%, rgba(223, 255, 87, .3), transparent 18%),
		linear-gradient(135deg, #5f47dd 0%, #6f50e8 52%, #5a3ed0 100%);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-service-hero::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image:
		linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
	opacity: .55;
	pointer-events: none;
}

.pw-service-hero::after {
	position: absolute;
	right: max(24px, calc((100vw - var(--pw-container)) / 2));
	bottom: -95px;
	content: "";
	width: 260px;
	height: 260px;
	border: 26px solid rgba(223, 255, 87, .78);
	border-radius: 50%;
	animation: pwSpin 20s linear infinite;
	opacity: .55;
	pointer-events: none;
}

.pw-service-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
	gap: 58px;
	align-items: center;
}

.pw-service-hero h1 {
	max-width: 920px;
	margin-bottom: 28px;
	color: var(--pw-white);
	font-size: clamp(37.8px, 7vw, 81.2px);
	font-weight: 900;
	line-height: .9;
}

.pw-service-hero .pw-section-kicker,
.pw-service-section-purple .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-service-hero-text {
	display: grid;
	gap: 14px;
	max-width: 820px;
	margin-bottom: 34px;
}

.pw-service-hero-text p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14.7px;
	line-height: 1.7;
}

.pw-service-hero-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.pw-service-price,
.pw-service-price-card {
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-service-price {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	min-height: 86px;
	padding: 18px 24px;
}

.pw-service-price span,
.pw-service-price-card span {
	font-size: 9.8px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-service-price strong {
	font-size: 23.8px;
	line-height: 1;
}

.pw-service-hero-panel {
	position: relative;
	display: grid;
	gap: 18px;
	min-height: 590px;
	padding: 250px 34px 34px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 30px 70px rgba(15, 8, 45, .2);
	overflow: hidden;
}

.pw-service-hero-panel::before {
	position: absolute;
	top: 34px;
	left: 34px;
	right: 34px;
	content: "";
	height: 188px;
	border: 10px solid var(--pw-white);
	border-radius: 8px;
	background: url("../img/home/hero-wide-live.png") center / cover no-repeat;
	box-shadow: 0 22px 50px rgba(15, 8, 45, .24);
}

.pw-service-hero-panel::after {
	position: absolute;
	top: 184px;
	right: 26px;
	content: "HR";
	display: grid;
	place-items: center;
	width: 94px;
	height: 94px;
	border: 10px solid var(--pw-white);
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	font-size: 19.6px;
	font-weight: 900;
	animation: pwFloat 4.6s ease-in-out infinite;
}

.pw-service-hero-panel article {
	position: relative;
	z-index: 1;
	padding: 26px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	color: var(--pw-ink);
	backdrop-filter: blur(10px);
	transition: transform .28s ease, box-shadow .28s ease;
}

.pw-service-hero-panel article:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 34px rgba(15, 8, 45, .18);
}

.pw-service-hero-panel strong {
	display: block;
	margin-bottom: 8px;
	font-size: 29.4px;
	line-height: 1;
}

.pw-service-hero-panel span {
	color: var(--pw-muted);
	font-weight: 800;
}

.pw-service-orbit {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 10px;
	margin-bottom: 14px;
}

.pw-service-orbit > span {
	display: inline-grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	animation: pwFloat 4s ease-in-out infinite;
}

.pw-service-orbit > span:nth-child(2) {
	animation-delay: .45s;
}

.pw-service-orbit > span:nth-child(3) {
	animation-delay: .9s;
}

.pw-service-orbit svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

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

.pw-service-section {
	position: relative;
	padding: 112px 0;
	background: var(--pw-white);
	overflow: hidden;
}

.pw-service-section::before {
	position: absolute;
	right: -120px;
	top: 70px;
	content: "";
	width: 300px;
	height: 300px;
	border: 2px solid rgba(107, 79, 232, .14);
	border-radius: 50%;
	pointer-events: none;
}

.pw-service-section > .pw-service-shell {
	position: relative;
	z-index: 1;
}

.pw-service-section-light {
	background:
		radial-gradient(circle at 8% 18%, rgba(223, 255, 87, .26), transparent 24%),
		linear-gradient(180deg, #fbfbfd 0%, #f3f1ff 100%);
}

.pw-service-section-purple {
	background:
		radial-gradient(circle at 86% 16%, rgba(223, 255, 87, .28), transparent 20%),
		linear-gradient(135deg, #674be2 0%, #7053e8 100%);
	color: var(--pw-white);
}

.pw-service-section-purple::before {
	inset: 0;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	opacity: .55;
}

.pw-service-section-purple h2,
.pw-service-section-purple h3 {
	color: var(--pw-white);
}

.pw-service-section-purple p {
	color: rgba(255, 255, 255, .78);
}

.pw-service-two-col,
.pw-service-boundaries,
.pw-service-price-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1fr);
	gap: 58px;
	align-items: start;
}

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

.pw-service-check-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-service-check-list li {
	position: relative;
	padding: 18px 20px 18px 52px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-weight: 800;
	box-shadow: 0 14px 40px rgba(42, 29, 105, .05);
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.pw-service-check-list li:hover {
	border-color: rgba(107, 79, 232, .28);
	transform: translateY(-3px);
	box-shadow: 0 20px 45px rgba(42, 29, 105, .1);
}

.pw-service-check-list li::before {
	position: absolute;
	left: 20px;
	top: 24px;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-purple);
}

.pw-service-check-list-lime li::before {
	background: var(--pw-lime);
	box-shadow: 0 0 0 5px rgba(223, 255, 87, .26);
}

.pw-service-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.pw-service-card-grid article,
.pw-service-example-grid article,
.pw-service-not-included,
.pw-service-price-card {
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .07);
}

.pw-service-card-grid article {
	position: relative;
	padding: 26px;
	min-height: 300px;
	overflow: hidden;
	transition: transform .32s ease, background .32s ease, border-color .32s ease, box-shadow .32s ease;
}

.pw-service-card-grid article::after {
	position: absolute;
	right: -34px;
	bottom: -34px;
	content: "";
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: var(--pw-lime);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .32s ease, transform .32s ease;
}

.pw-service-card-grid article:hover {
	border-color: var(--pw-purple);
	background: var(--pw-purple);
	color: var(--pw-white);
	transform: translateY(-8px);
	box-shadow: 0 28px 65px rgba(42, 29, 105, .2);
}

.pw-service-card-grid article:hover::after {
	opacity: .94;
	transform: scale(1);
}

.pw-service-card-grid article:hover h3,
.pw-service-card-grid article:hover p {
	color: var(--pw-white);
}

.pw-service-card-grid article div {
	position: relative;
	z-index: 1;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
	transition: background .32s ease, color .32s ease;
}

.pw-service-card-grid article:hover div {
	background: var(--pw-white);
	color: var(--pw-purple);
}

.pw-service-card-grid svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-service-card-grid h3,
.pw-service-example-grid h3,
.pw-service-not-included h3 {
	font-size: 17.5px;
	line-height: 1.15;
}

.pw-service-card-grid h3,
.pw-service-card-grid p {
	position: relative;
	z-index: 1;
}

.pw-service-process {
	display: grid;
	grid-template-columns: minmax(0, .7fr) minmax(520px, 1fr);
	gap: 54px;
}

.pw-service-steps {
	display: grid;
	gap: 18px;
	counter-reset: serviceStep;
}

.pw-service-steps article {
	position: relative;
	padding: 30px 30px 30px 110px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .13);
	transition: transform .28s ease, background .28s ease;
}

.pw-service-steps article:hover {
	background: rgba(255, 255, 255, .18);
	transform: translateX(8px);
}

.pw-service-steps span {
	position: absolute;
	left: 30px;
	top: 30px;
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-weight: 900;
}

.pw-service-example-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pw-service-example-grid article {
	position: relative;
	padding: 28px;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
}

.pw-service-example-grid article::before {
	position: absolute;
	right: -42px;
	top: -42px;
	content: "";
	width: 112px;
	height: 112px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .65);
}

.pw-service-example-grid article:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 60px rgba(42, 29, 105, .12);
}

.pw-service-example-grid span {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 11px;
	border-radius: 8px;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
	font-size: 8.4px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-service-boundaries {
	align-items: stretch;
}

.pw-service-not-included {
	padding: 30px;
	background:
		radial-gradient(circle at 90% 10%, rgba(223, 255, 87, .24), transparent 28%),
		linear-gradient(135deg, var(--pw-ink), #36266d);
	color: var(--pw-white);
}

.pw-service-not-included ul {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, .78);
}

.pw-service-price-section {
	background:
		radial-gradient(circle at 12% 18%, rgba(107, 79, 232, .18), transparent 26%),
		linear-gradient(135deg, var(--pw-lime) 0%, #ecff9b 100%);
}

.pw-service-price-card {
	position: relative;
	display: grid;
	align-content: center;
	gap: 14px;
	padding: 40px;
	background: var(--pw-white);
	overflow: hidden;
}

.pw-service-price-card::after {
	position: absolute;
	right: -44px;
	top: -44px;
	content: "";
	width: 152px;
	height: 152px;
	border-radius: 50%;
	background: rgba(107, 79, 232, .1);
}

.pw-service-price-card strong {
	position: relative;
	z-index: 1;
	font-size: clamp(40.6px, 7vw, 64.4px);
	line-height: .9;
}

.pw-service-price-card .pw-btn,
.pw-service-price-card span {
	position: relative;
	z-index: 1;
}

.pw-service-final-cta {
	position: relative;
	padding: 116px 0;
	background:
		radial-gradient(circle at 14% 12%, rgba(223, 255, 87, .72), transparent 20%),
		radial-gradient(circle at 88% 92%, rgba(107, 79, 232, .2), transparent 22%),
		linear-gradient(135deg, #ffffff 0%, #f2efff 100%);
	color: var(--pw-ink);
	text-align: center;
	overflow: hidden;
}

.pw-service-final-cta::before {
	position: absolute;
	inset: 24px;
	content: "";
	border: 1px solid rgba(107, 79, 232, .14);
	border-radius: 8px;
	pointer-events: none;
}

.pw-service-final-cta h2 {
	position: relative;
	z-index: 1;
	max-width: 980px;
	margin: 0 auto 18px;
	color: var(--pw-ink);
	font-size: clamp(33.6px, 6.4vw, 67.2px);
	font-weight: 900;
	line-height: .94;
}

.pw-service-final-cta p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 auto 32px;
	color: var(--pw-muted);
	font-size: 14.7px;
}

.pw-service-final-actions {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}

.pw-service-final-actions .pw-btn-outline {
	border-color: var(--pw-purple);
	color: var(--pw-purple);
}

.pw-service-final-actions .pw-btn-outline .pw-btn-icon {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-service-faq-section .pw-faq-list summary {
	gap: 14px;
	padding-left: 24px;
}

.pw-service-faq-section .pw-faq-summary-icon {
	display: inline-grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
}

.pw-service-faq-section .pw-faq-summary-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.pw-service-faq-section details[open] .pw-faq-summary-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

@media (max-width: 1199px) {
	.pw-service-hero-grid,
	.pw-service-two-col,
	.pw-service-boundaries,
	.pw-service-price-grid,
	.pw-service-process {
		grid-template-columns: 1fr;
	}

	.pw-service-card-grid,
	.pw-service-example-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-service-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-service-hero,
	.pw-service-section,
	.pw-service-final-cta {
		padding: 68px 0;
	}

	.pw-service-hero h1,
	.pw-service-single h2 {
		font-size: 30.8px;
		line-height: .98;
	}

	.pw-service-hero-panel,
	.pw-service-price-card {
		padding: 24px;
	}

	.pw-service-hero-panel {
		min-height: auto;
		padding-top: 210px;
	}

	.pw-service-hero-panel::before {
		top: 24px;
		left: 24px;
		right: 24px;
		height: 152px;
	}

	.pw-service-hero-panel::after {
		top: 150px;
		right: 20px;
		width: 74px;
		height: 74px;
		border-width: 8px;
		font-size: 14px;
	}

	.pw-service-card-grid,
	.pw-service-example-grid {
		grid-template-columns: 1fr;
	}

	.pw-service-steps article {
		padding: 24px;
	}

	.pw-service-steps span {
		position: static;
		margin-bottom: 16px;
	}
}

.pw-library-shell {
	width: min(100% - 52px, 1300px);
	margin: 0 auto;
}

.pw-library-hero {
	padding: 104px 0 112px;
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-library-hero h1 {
	max-width: 980px;
	margin-bottom: 28px;
	color: var(--pw-white);
	font-size: clamp(40.6px, 7vw, 78.4px);
	font-weight: 900;
	line-height: .9;
}

.pw-library-hero .pw-section-kicker,
.pw-library-help .pw-section-kicker,
.pw-library-final .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-library-hero-text {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	max-width: 1120px;
}

.pw-library-hero-text p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14.7px;
	line-height: 1.7;
}

.pw-library-section {
	padding: 112px 0;
	background: var(--pw-white);
}

.pw-library-section-muted {
	background: var(--pw-surface);
}

.pw-library-section-head {
	margin-bottom: 42px;
}

.pw-library-section-head-wide {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(420px, .72fr);
	gap: 42px;
	align-items: end;
}

.pw-library h2 {
	max-width: 960px;
	margin-bottom: 18px;
	color: var(--pw-ink);
	font-size: clamp(29.4px, 5.8vw, 57.4px);
	font-weight: 900;
	line-height: .96;
}

.pw-library-topic-grid,
.pw-starter-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
}

.pw-library-topic-grid article,
.pw-starter-grid article,
.pw-library-card,
.pw-library-empty,
.pw-subscribe-form {
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .07);
}

.pw-library-topic-grid article,
.pw-starter-grid article {
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 26px;
}

.pw-library-topic-grid article div {
	display: inline-grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-library-topic-grid svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-library-topic-grid h3,
.pw-starter-grid h3,
.pw-library-card h3 {
	font-size: 17.5px;
	line-height: 1.15;
}

.pw-library-topic-grid p,
.pw-starter-grid p,
.pw-library-card p {
	color: var(--pw-muted);
}

.pw-library-topic-grid a,
.pw-starter-grid a,
.pw-library-card-link {
	margin-top: auto;
	color: var(--pw-purple);
	font-weight: 900;
}

.pw-starter-grid article {
	min-height: 360px;
}

.pw-starter-grid article > span,
.pw-library-card-type {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 18px;
	padding: 8px 11px;
	border-radius: 8px;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
	font-size: 8.4px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-library-filters {
	display: grid;
	gap: 16px;
	padding: 22px;
	border-radius: 8px;
	background: var(--pw-surface);
}

.pw-library-filters div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.pw-library-filters strong {
	margin-right: 4px;
}

.pw-library-filters a {
	display: inline-flex;
	padding: 8px 11px;
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-purple);
	font-size: 9.1px;
	font-weight: 900;
}

.pw-library-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pw-library-card {
	overflow: hidden;
}

.pw-library-card-image {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--pw-purple);
	overflow: hidden;
}

.pw-library-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pw-library-card-body {
	display: flex;
	flex-direction: column;
	min-height: 430px;
	padding: 26px;
}

.pw-library-card-meta {
	display: grid;
	gap: 8px;
	margin: 20px 0 24px;
	color: var(--pw-muted);
	font-size: 9.8px;
	line-height: 1.45;
}

.pw-library-card-meta strong {
	color: var(--pw-ink);
}

.pw-library-pagination {
	margin-top: 38px;
}

.pw-library-empty {
	padding: 30px;
}

.pw-library-help,
.pw-library-final {
	padding: 98px 0;
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-library-help-grid,
.pw-subscribe-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .68fr);
	gap: 48px;
	align-items: center;
}

.pw-library-help h2,
.pw-library-final h2 {
	color: var(--pw-white);
}

.pw-library-help p,
.pw-library-final p {
	color: rgba(255, 255, 255, .82);
}

.pw-library-actions {
	display: grid;
	gap: 14px;
}

.pw-library-actions .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-library-actions .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-subscribe-form {
	display: grid;
	gap: 12px;
	padding: 28px;
}

.pw-subscribe-form label {
	font-weight: 900;
}

.pw-subscribe-form input {
	min-height: 56px;
	padding: 0 16px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	font: inherit;
}

.pw-subscribe-form p {
	margin: 8px 0 0;
	color: var(--pw-muted);
	font-size: 9.8px;
}

.pw-library-final {
	text-align: center;
}

.pw-library-final h2,
.pw-library-final p {
	margin-left: auto;
	margin-right: auto;
}

.pw-library-final p {
	max-width: 820px;
	font-size: 14.7px;
}

@media (max-width: 1199px) {
	.pw-library-hero-text,
	.pw-library-section-head-wide,
	.pw-library-help-grid,
	.pw-subscribe-grid {
		grid-template-columns: 1fr;
	}

	.pw-library-topic-grid,
	.pw-starter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 767px) {
	.pw-library-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-library-hero,
	.pw-library-section,
	.pw-library-help,
	.pw-library-final {
		padding: 68px 0;
	}

	.pw-library-hero h1,
	.pw-library h2 {
		font-size: 30.8px;
		line-height: .98;
	}

	.pw-library-topic-grid,
	.pw-starter-grid,
	.pw-library-post-grid {
		grid-template-columns: 1fr;
	}

	.pw-library-card-body {
		min-height: 0;
	}
}

.pw-faq-page {
	background: var(--pw-white);
}

.pw-faq-shell {
	width: min(100% - 48px, 1300px);
	margin: 0 auto;
}

.pw-faq-hero {
	padding: 112px 0 96px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-faq-hero .pw-faq-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .42fr);
	gap: 56px;
	align-items: center;
}

.pw-faq-hero h1 {
	max-width: 880px;
	margin: 0 0 28px;
	color: var(--pw-white);
	font-size: clamp(42px, 8vw, 92.4px);
	line-height: .86;
}

.pw-faq-hero p {
	max-width: 860px;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-faq-hero .pw-kicker,
.pw-faq-final .pw-kicker {
	color: var(--pw-lime);
}

.pw-faq-hero .pw-btn-outline,
.pw-faq-final .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-faq-hero .pw-btn-outline .pw-btn-icon,
.pw-faq-final .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-faq-hero-card {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 28px 70px rgba(25, 18, 75, .22);
}

.pw-faq-hero-card div {
	display: grid;
	gap: 8px;
	margin-bottom: 26px;
}

.pw-faq-hero-card svg {
	width: 42px;
	height: 42px;
	fill: var(--pw-lime);
}

.pw-faq-hero-card strong {
	color: var(--pw-lime);
	font-size: 67.2px;
	line-height: .9;
}

.pw-faq-hero-card span,
.pw-faq-hero-card li {
	color: rgba(255, 255, 255, .82);
	font-weight: 800;
}

.pw-faq-hero-card ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-faq-hero-card li {
	padding: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
}

.pw-faq-nav-section,
.pw-faq-group-section {
	padding: 92px 0;
}

.pw-faq-nav-section {
	background: var(--pw-surface);
}

.pw-faq-section-head {
	display: grid;
	grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

.pw-faq-section-head h2,
.pw-faq-group-aside h2,
.pw-faq-final h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 50.4px);
	line-height: .95;
}

.pw-faq-nav-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.pw-faq-nav-card {
	min-height: 210px;
	padding: 24px;
	color: var(--pw-ink);
	transition: transform .2s ease, box-shadow .2s ease;
}

.pw-faq-nav-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(30, 26, 49, .1);
}

.pw-faq-icon {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-faq-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-faq-nav-card strong {
	display: block;
	font-size: 14.7px;
	line-height: 1.12;
}

.pw-faq-nav-card small {
	display: block;
	margin-top: 12px;
	color: var(--pw-muted);
	font-weight: 800;
}

.pw-faq-group-section-alt {
	background: var(--pw-surface);
}

.pw-faq-group-grid {
	display: grid;
	grid-template-columns: minmax(280px, .38fr) minmax(0, 1fr);
	gap: 58px;
	align-items: start;
}

.pw-faq-group-aside {
	position: sticky;
	top: 116px;
}

.pw-faq-group-aside p {
	color: var(--pw-muted);
	font-size: 13.3px;
}

.pw-faq-list {
	display: grid;
	gap: 14px;
}

.pw-faq-list details {
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 40px rgba(30, 26, 49, .05);
	overflow: hidden;
}

.pw-faq-list summary {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 78px;
	padding: 22px 68px 22px 24px;
	color: var(--pw-ink);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	cursor: pointer;
	list-style: none;
}

.pw-faq-list summary::-webkit-details-marker {
	display: none;
}

.pw-faq-list summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 22px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	transform: translateY(-50%);
}

.pw-faq-list details[open] summary::after {
	content: '−';
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-faq-list details > div {
	padding: 0 24px 24px;
	color: var(--pw-muted);
	font-size: 12.6px;
	line-height: 1.65;
}

.pw-faq-list details > div p {
	margin: 0 0 12px;
}

.pw-faq-list details > div p:last-child {
	margin-bottom: 0;
}

.pw-faq-final {
	padding: 104px 0;
	background: var(--pw-purple);
	color: var(--pw-white);
	text-align: center;
}

.pw-faq-final h2 {
	color: var(--pw-white);
}

.pw-faq-final p {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-actions-center {
	justify-content: center;
}

@media (max-width: 1199px) {
	.pw-faq-hero .pw-faq-shell,
	.pw-faq-section-head,
	.pw-faq-group-grid {
		grid-template-columns: 1fr;
	}

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

	.pw-faq-group-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	.pw-faq-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-faq-hero,
	.pw-faq-nav-section,
	.pw-faq-group-section,
	.pw-faq-final {
		padding: 68px 0;
	}

	.pw-faq-hero p,
	.pw-faq-final p {
		font-size: 12.6px;
	}

	.pw-faq-hero-card {
		padding: 22px;
	}

	.pw-faq-hero-card ul,
	.pw-faq-nav-grid {
		grid-template-columns: 1fr;
	}

	.pw-faq-list summary {
		min-height: 70px;
		padding: 18px 58px 18px 18px;
		font-size: 12.6px;
	}

	.pw-faq-list details > div {
		padding: 0 18px 20px;
		font-size: 11.2px;
	}
}

.pw-about-page {
	background: var(--pw-white);
}

.pw-about-shell {
	width: min(100% - 48px, 1300px);
	margin: 0 auto;
}

.pw-about-hero {
	padding: 112px 0 98px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-about-hero-grid,
.pw-about-split,
.pw-about-list-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .72fr);
	gap: 58px;
	align-items: center;
}

.pw-about-hero h1 {
	max-width: 880px;
	margin: 0 0 30px;
	color: var(--pw-white);
	font-size: clamp(42px, 8vw, 89.6px);
	line-height: .86;
}

.pw-about-hero p,
.pw-about-final p {
	max-width: 860px;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-about-hero .pw-kicker,
.pw-about-final .pw-kicker {
	color: var(--pw-lime);
}

.pw-about-hero-panel {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 28px 70px rgba(25, 18, 75, .22);
}

.pw-about-hero-panel span {
	display: inline-grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin-bottom: 30px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-about-hero-panel svg {
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.pw-about-hero-panel strong {
	display: block;
	max-width: 360px;
	color: var(--pw-white);
	font-size: 29.4px;
	line-height: 1;
}

.pw-about-hero-panel p {
	margin-bottom: 0;
	font-size: 12.6px;
}

.pw-about-origin,
.pw-about-section,
.pw-about-approach,
.pw-about-important,
.pw-about-final {
	padding: 96px 0;
}

.pw-about-origin,
.pw-about-audience {
	background: var(--pw-surface);
}

.pw-about-split {
	align-items: start;
}

.pw-about-section-head {
	display: grid;
	grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

.pw-about-section-head h2,
.pw-about-split h2,
.pw-about-list-grid h2,
.pw-about-final h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 50.4px);
	line-height: .95;
}

.pw-about-text p,
.pw-about-list-grid p {
	color: var(--pw-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pw-about-card-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
}

.pw-about-card {
	min-height: 318px;
	padding: 24px;
}

.pw-about-icon {
	display: inline-grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-about-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-about-card h3,
.pw-about-principle h3 {
	font-size: 16.8px;
	line-height: 1.12;
}

.pw-about-card p,
.pw-about-principle p {
	color: var(--pw-muted);
}

.pw-about-approach {
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-about-approach h2 {
	color: var(--pw-white);
}

.pw-about-approach .pw-kicker {
	color: var(--pw-lime);
}

.pw-about-approach .pw-about-text p {
	color: rgba(255, 255, 255, .82);
}

.pw-about-approach-intro {
	margin-bottom: 42px;
}

.pw-about-principles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pw-about-principle {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
}

.pw-about-principle h3 {
	color: var(--pw-lime);
}

.pw-about-principle p {
	color: rgba(255, 255, 255, .78);
}

.pw-about-list-grid {
	align-items: start;
}

.pw-about-check-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-about-check-list li {
	position: relative;
	padding: 18px 20px 18px 58px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font-size: 12.6px;
	font-weight: 800;
	line-height: 1.35;
	box-shadow: 0 14px 32px rgba(30, 26, 49, .05);
}

.pw-about-check-list li::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: var(--pw-purple);
	box-shadow: inset 0 0 0 6px var(--pw-lime);
}

.pw-about-important {
	background: var(--pw-ink);
	color: var(--pw-white);
}

.pw-about-important h2 {
	color: var(--pw-white);
}

.pw-about-important .pw-kicker {
	color: var(--pw-lime);
}

.pw-about-important p {
	color: rgba(255, 255, 255, .78);
}

.pw-about-check-list-lime li {
	border-color: rgba(255, 255, 255, .14);
	background: rgba(255, 255, 255, .08);
	color: var(--pw-white);
	box-shadow: none;
}

.pw-about-check-list-lime li::before {
	background: var(--pw-lime);
	box-shadow: inset 0 0 0 6px var(--pw-purple);
}

.pw-about-final {
	background: var(--pw-purple);
	color: var(--pw-white);
	text-align: center;
}

.pw-about-final h2,
.pw-about-final p {
	margin-left: auto;
	margin-right: auto;
}

.pw-about-final h2 {
	color: var(--pw-white);
}

.pw-about-final .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-about-final .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

@media (max-width: 1199px) {
	.pw-about-hero-grid,
	.pw-about-split,
	.pw-about-list-grid,
	.pw-about-section-head {
		grid-template-columns: 1fr;
	}

	.pw-about-card-grid,
	.pw-about-principles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-about-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-about-hero,
	.pw-about-origin,
	.pw-about-section,
	.pw-about-approach,
	.pw-about-important,
	.pw-about-final {
		padding: 68px 0;
	}

	.pw-about-hero p,
	.pw-about-final p,
	.pw-about-text p,
	.pw-about-list-grid p {
		font-size: 12.6px;
	}

	.pw-about-hero-panel {
		padding: 24px;
	}

	.pw-about-hero-panel strong {
		font-size: 23.8px;
	}

	.pw-about-card-grid,
	.pw-about-principles {
		grid-template-columns: 1fr;
	}

	.pw-about-card {
		min-height: 0;
	}

	.pw-about-check-list li {
		padding: 16px 16px 16px 52px;
		font-size: 11.2px;
	}
}

.pw-contact-page {
	background: var(--pw-white);
}

.pw-contact-shell {
	width: min(100% - 48px, 1300px);
	margin: 0 auto;
}

.pw-contact-hero {
	padding: 112px 0 98px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-contact-hero-grid,
.pw-contact-form-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, .76fr);
	gap: 58px;
	align-items: center;
}

.pw-contact-hero h1 {
	max-width: 980px;
	margin: 0 0 30px;
	color: var(--pw-white);
	font-size: clamp(39.2px, 7.2vw, 82.6px);
	line-height: .88;
}

.pw-contact-hero p {
	max-width: 860px;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-contact-hero .pw-kicker {
	color: var(--pw-lime);
}

.pw-contact-hero .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-contact-hero .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-contact-hero-card {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 28px 70px rgba(25, 18, 75, .22);
}

.pw-contact-hero-card > span,
.pw-contact-icon {
	display: inline-grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 28px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-contact-hero-card svg,
.pw-contact-icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.pw-contact-hero-card strong {
	display: block;
	color: var(--pw-white);
	font-size: 29.4px;
	line-height: 1;
}

.pw-contact-hero-card p {
	margin-bottom: 0;
	font-size: 12.6px;
}

.pw-contact-section {
	padding: 96px 0;
}

.pw-contact-request,
.pw-contact-requisites {
	background: var(--pw-surface);
}

.pw-contact-form-grid {
	align-items: start;
}

.pw-contact-form-grid h2,
.pw-contact-section-head h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 50.4px);
	line-height: .95;
}

.pw-contact-form-grid p,
.pw-contact-section-head p {
	color: var(--pw-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pw-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 28px;
}

.pw-contact-form label {
	display: grid;
	gap: 9px;
	color: var(--pw-ink);
	font-size: 10.5px;
	font-weight: 900;
}

.pw-contact-form-wide,
.pw-contact-submit {
	grid-column: 1 / -1;
}

.pw-contact-form input,
.pw-contact-form textarea {
	width: 100%;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	color: var(--pw-ink);
	font: inherit;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.pw-contact-form input {
	min-height: 58px;
	padding: 0 16px;
}

.pw-contact-form textarea {
	min-height: 150px;
	padding: 16px;
	resize: vertical;
}

.pw-contact-form input:focus,
.pw-contact-form textarea:focus {
	border-color: var(--pw-purple);
	box-shadow: 0 0 0 4px rgba(107, 79, 232, .13);
}

.pw-contact-submit {
	width: fit-content;
	margin-top: 8px;
	border: 0;
	cursor: pointer;
}

.pw-contact-section-head {
	display: grid;
	grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

.pw-contact-method-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-contact-method {
	min-height: 260px;
	padding: 28px;
	color: var(--pw-ink);
	transition: transform .2s ease, box-shadow .2s ease;
}

.pw-contact-method:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(30, 26, 49, .1);
}

.pw-contact-method small {
	display: block;
	margin-bottom: 12px;
	color: var(--pw-muted);
	font-weight: 900;
	text-transform: uppercase;
}

.pw-contact-method strong {
	display: block;
	font-size: 17.5px;
	line-height: 1.18;
}

.pw-contact-requisites {
	padding-bottom: 112px;
}

.pw-contact-requisites-card {
	padding: 0;
	overflow: hidden;
}

.pw-contact-requisites-card summary {
	position: relative;
	padding: 28px 74px 28px 28px;
	color: var(--pw-ink);
	font-size: 16.8px;
	font-weight: 950;
	cursor: pointer;
	list-style: none;
}

.pw-contact-requisites-card summary::-webkit-details-marker {
	display: none;
}

.pw-contact-requisites-card summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 28px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	transform: translateY(-50%);
}

.pw-contact-requisites-card[open] summary::after {
	content: '−';
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-contact-requisites-card dl {
	display: grid;
	margin: 0;
	padding: 0 28px 28px;
}

.pw-contact-requisites-card dl div {
	display: grid;
	grid-template-columns: minmax(190px, .55fr) minmax(0, 1fr);
	gap: 20px;
	padding: 16px 0;
	border-top: 1px solid var(--pw-line);
}

.pw-contact-requisites-card dt {
	color: var(--pw-muted);
	font-weight: 900;
}

.pw-contact-requisites-card dd {
	margin: 0;
	color: var(--pw-ink);
	font-weight: 850;
}

@media (max-width: 1199px) {
	.pw-contact-hero-grid,
	.pw-contact-form-grid,
	.pw-contact-section-head {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 767px) {
	.pw-contact-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-contact-hero,
	.pw-contact-section {
		padding: 68px 0;
	}

	.pw-contact-hero p,
	.pw-contact-form-grid p,
	.pw-contact-section-head p {
		font-size: 12.6px;
	}

	.pw-contact-hero-card,
	.pw-contact-form {
		padding: 22px;
	}

	.pw-contact-hero-card strong {
		font-size: 23.8px;
	}

	.pw-contact-form,
	.pw-contact-method-grid {
		grid-template-columns: 1fr;
	}

	.pw-contact-method {
		min-height: 0;
	}

	.pw-contact-requisites-card summary {
		padding: 22px 64px 22px 22px;
		font-size: 14px;
	}

	.pw-contact-requisites-card dl {
		padding: 0 22px 22px;
	}

	.pw-contact-requisites-card dl div {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

.pw-testimonials-page {
	background: var(--pw-white);
}

.pw-testimonials-shell {
	width: min(100% - 48px, 1300px);
	margin: 0 auto;
}

.pw-testimonials-hero {
	position: relative;
	padding: 112px 0 96px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-testimonials-hero::before {
	content: "Отзывы";
	position: absolute;
	right: -42px;
	bottom: -34px;
	color: rgba(255, 255, 255, .06);
	font-size: clamp(63px, 15vw, 168px);
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
}

.pw-testimonials-hero-grid,
.pw-testimonials-feature-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .52fr);
	gap: 58px;
	align-items: center;
}

.pw-testimonials-hero h1 {
	max-width: 1040px;
	margin: 0 0 28px;
	color: var(--pw-white);
	font-size: clamp(37.8px, 7vw, 81.2px);
	line-height: .88;
}

.pw-testimonials-hero p,
.pw-testimonials-final p {
	max-width: 860px;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-testimonials-hero .pw-kicker,
.pw-testimonials-final .pw-kicker {
	color: var(--pw-lime);
}

.pw-testimonials-hero .pw-btn-outline,
.pw-testimonials-final .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-testimonials-hero .pw-btn-outline .pw-btn-icon,
.pw-testimonials-final .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-testimonials-hero-card {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 28px 70px rgba(25, 18, 75, .22);
}

.pw-testimonials-hero-card strong {
	display: block;
	margin: 18px 0 10px;
	color: var(--pw-lime);
	font-size: 50.4px;
	line-height: .9;
}

.pw-testimonials-hero-card span {
	color: rgba(255, 255, 255, .82);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
}

.pw-testimonials-stars {
	color: var(--pw-lime);
	font-size: 14px;
	font-weight: 950;
	letter-spacing: 3px;
}

.pw-testimonials-feature,
.pw-testimonials-list-section,
.pw-testimonials-change,
.pw-testimonials-final {
	padding: 96px 0;
}

.pw-testimonials-feature,
.pw-testimonials-change {
	background: var(--pw-surface);
}

.pw-testimonials-feature-card,
.pw-testimonials-card {
	position: relative;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 24px 70px rgba(42, 29, 105, .14);
	overflow: hidden;
}

.pw-testimonials-feature-card::after,
.pw-testimonials-card::after {
	content: "";
	position: absolute;
	right: -56px;
	top: -56px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(220, 255, 91, .16);
}

.pw-testimonials-quote-mark,
.pw-testimonials-card-top > span {
	color: rgba(220, 255, 91, .4);
	font-size: 67.2px;
	font-weight: 950;
	line-height: .7;
}

.pw-testimonials-feature-card p,
.pw-testimonials-card p {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, .88);
	font-size: 17.5px;
	line-height: 1.45;
}

.pw-testimonials-person {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin-top: 28px;
}

.pw-testimonials-person img {
	width: 64px;
	height: 64px;
	border: 3px solid var(--pw-lime);
	border-radius: 50%;
	object-fit: cover;
}

.pw-testimonials-person strong {
	display: block;
	color: var(--pw-lime);
	font-size: 14.7px;
	line-height: 1.1;
}

.pw-testimonials-person span {
	color: rgba(255, 255, 255, .7);
	font-size: 10.5px;
	line-height: 1.35;
}

.pw-testimonials-feature-copy h2,
.pw-testimonials-section-head h2,
.pw-testimonials-final h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 50.4px);
	line-height: .95;
}

.pw-testimonials-feature-copy p {
	color: var(--pw-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pw-testimonials-section-head {
	display: grid;
	grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

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

.pw-testimonials-card {
	display: flex;
	flex-direction: column;
	min-height: 470px;
	background: var(--pw-white);
	color: var(--pw-ink);
	border-color: var(--pw-line);
}

.pw-testimonials-card::after {
	background: rgba(107, 79, 232, .08);
}

.pw-testimonials-card .pw-testimonials-stars {
	color: var(--pw-purple);
}

.pw-testimonials-card-top {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}

.pw-testimonials-card-top > span {
	color: rgba(107, 79, 232, .18);
}

.pw-testimonials-card p {
	color: var(--pw-ink);
	font-size: 15.4px;
}

.pw-testimonials-card .pw-testimonials-person {
	margin-top: auto;
}

.pw-testimonials-card .pw-testimonials-person strong {
	color: var(--pw-purple);
}

.pw-testimonials-card .pw-testimonials-person span {
	color: var(--pw-muted);
}

.pw-testimonials-result {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 6px;
	margin: 26px 0;
	padding: 18px;
	border-radius: 8px;
	background: var(--pw-surface);
}

.pw-testimonials-result strong {
	color: var(--pw-purple);
	font-size: 9.8px;
	font-weight: 950;
	text-transform: uppercase;
}

.pw-testimonials-result span {
	color: var(--pw-muted);
	line-height: 1.5;
}

.pw-testimonials-stats {
	padding: 54px 0;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-testimonials-stats-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pw-testimonials-stats article {
	display: grid;
	gap: 8px;
}

.pw-testimonials-stats strong {
	font-size: clamp(33.6px, 5vw, 57.4px);
	line-height: .85;
}

.pw-testimonials-stats span {
	max-width: 230px;
	font-size: 11.9px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.pw-testimonials-change-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-testimonials-change-card {
	min-height: 300px;
	padding: 28px;
}

.pw-testimonials-icon {
	display: inline-grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-testimonials-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.pw-testimonials-change-card h3 {
	font-size: 18.2px;
	line-height: 1.12;
}

.pw-testimonials-change-card p {
	color: var(--pw-muted);
}

.pw-testimonials-final {
	background: var(--pw-purple);
	color: var(--pw-white);
	text-align: center;
}

.pw-testimonials-final h2,
.pw-testimonials-final p {
	margin-left: auto;
	margin-right: auto;
}

.pw-testimonials-final h2 {
	color: var(--pw-white);
}

@media (max-width: 1199px) {
	.pw-testimonials-hero-grid,
	.pw-testimonials-feature-grid,
	.pw-testimonials-section-head {
		grid-template-columns: 1fr;
	}

	.pw-testimonials-stats-grid,
	.pw-testimonials-change-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-testimonials-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-testimonials-hero,
	.pw-testimonials-feature,
	.pw-testimonials-list-section,
	.pw-testimonials-change,
	.pw-testimonials-final {
		padding: 68px 0;
	}

	.pw-testimonials-hero p,
	.pw-testimonials-final p,
	.pw-testimonials-feature-copy p {
		font-size: 12.6px;
	}

	.pw-testimonials-hero-card,
	.pw-testimonials-feature-card,
	.pw-testimonials-card {
		padding: 24px;
	}

	.pw-testimonials-feature-card p,
	.pw-testimonials-card p {
		font-size: 13.3px;
	}

	.pw-testimonials-grid,
	.pw-testimonials-stats-grid,
	.pw-testimonials-change-grid {
		grid-template-columns: 1fr;
	}

	.pw-testimonials-card {
		min-height: 0;
	}
}

.pw-services-archive {
	background: var(--pw-white);
}

.pw-services-archive-shell {
	width: min(100% - 48px, 1300px);
	margin: 0 auto;
}

.pw-services-archive-hero {
	position: relative;
	padding: 112px 0 96px;
	background: var(--pw-purple);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-services-archive-hero::before {
	content: "Услуги";
	position: absolute;
	right: -40px;
	bottom: -36px;
	color: rgba(255, 255, 255, .06);
	font-size: clamp(70px, 16vw, 175px);
	font-weight: 950;
	line-height: 1;
	pointer-events: none;
}

.pw-services-archive-hero-grid,
.pw-services-archive-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .52fr);
	gap: 58px;
	align-items: center;
}

.pw-services-archive-hero h1 {
	max-width: 1050px;
	margin: 0 0 28px;
	color: var(--pw-white);
	font-size: clamp(39.2px, 7.2vw, 85.4px);
	line-height: .88;
}

.pw-services-archive-hero p,
.pw-services-archive-final p {
	max-width: 820px;
	color: rgba(255, 255, 255, .84);
	font-size: 15.4px;
}

.pw-services-archive-hero .pw-kicker,
.pw-services-archive-final .pw-kicker {
	color: var(--pw-lime);
}

.pw-services-archive-hero .pw-btn-outline,
.pw-services-archive-final .pw-btn-outline {
	border-color: var(--pw-lime);
	color: var(--pw-white);
}

.pw-services-archive-hero .pw-btn-outline .pw-btn-icon,
.pw-services-archive-final .pw-btn-outline .pw-btn-icon {
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-services-archive-hero-card {
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 8px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 28px 70px rgba(25, 18, 75, .22);
}

.pw-services-archive-hero-card > span {
	display: inline-grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin-bottom: 28px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-services-archive-hero-card svg {
	width: 34px;
	height: 34px;
	fill: currentColor;
}

.pw-services-archive-hero-card strong {
	display: block;
	color: var(--pw-lime);
	font-size: 67.2px;
	line-height: .85;
}

.pw-services-archive-hero-card p {
	margin: 14px 0 0;
	color: rgba(255, 255, 255, .82);
	font-size: 14.7px;
	font-weight: 850;
	line-height: 1.3;
}

.pw-services-archive-intro,
.pw-services-archive-list,
.pw-services-archive-guide,
.pw-services-archive-final {
	padding: 96px 0;
}

.pw-services-archive-intro,
.pw-services-archive-guide {
	background: var(--pw-surface);
}

.pw-services-archive-intro-grid {
	align-items: start;
}

.pw-services-archive-intro h2,
.pw-services-archive-head h2,
.pw-services-archive-final h2 {
	margin: 0;
	font-size: clamp(28px, 5vw, 50.4px);
	line-height: .95;
}

.pw-services-archive-intro-text p {
	color: var(--pw-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pw-services-archive-head {
	display: grid;
	grid-template-columns: minmax(0, .55fr) minmax(0, 1fr);
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

.pw-services-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pw-services-archive-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 420px;
	padding: 28px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .07);
	overflow: hidden;
	transition: transform .2s ease, background-color .2s ease, color .2s ease;
}

.pw-services-archive-card::after {
	content: "*";
	position: absolute;
	right: 16px;
	top: 0;
	color: rgba(107, 79, 232, .1);
	font-size: 64.4px;
	font-weight: 950;
	line-height: 1;
}

.pw-services-archive-card:hover {
	transform: translateY(-6px);
	background: var(--pw-purple);
	color: var(--pw-white);
}

.pw-services-archive-card:hover p,
.pw-services-archive-card:hover small,
.pw-services-archive-card:hover .pw-services-archive-card-bottom strong {
	color: rgba(255, 255, 255, .78);
}

.pw-services-archive-card:hover::after {
	color: rgba(220, 255, 91, .22);
}

.pw-services-archive-card-top {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 16px;
	margin-bottom: 26px;
}

.pw-services-archive-icon {
	display: inline-grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-services-archive-icon svg {
	width: 32px;
	height: 32px;
	fill: currentColor;
}

.pw-services-archive-card small {
	color: var(--pw-purple);
	font-size: 9.1px;
	font-weight: 950;
	text-transform: uppercase;
}

.pw-services-archive-card h3 {
	position: relative;
	z-index: 1;
	font-size: 21.7px;
	line-height: 1.05;
}

.pw-services-archive-card p {
	position: relative;
	z-index: 1;
	color: var(--pw-muted);
	font-size: 12.6px;
	line-height: 1.55;
}

.pw-services-archive-card-bottom {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
	margin-top: auto;
	padding-top: 28px;
}

.pw-services-archive-card-bottom strong {
	color: var(--pw-ink);
	font-size: 15.4px;
}

.pw-services-archive-card-bottom a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: fit-content;
	min-height: 54px;
	padding: 0 16px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-weight: 950;
}

.pw-services-archive-empty {
	padding: 32px;
}

.pw-services-archive-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-services-archive-guide-grid article {
	min-height: 300px;
	padding: 28px;
}

.pw-services-archive-guide-grid span {
	display: inline-grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 24px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-lime);
	font-weight: 950;
}

.pw-services-archive-guide-grid h3 {
	font-size: 18.2px;
	line-height: 1.12;
}

.pw-services-archive-guide-grid p {
	color: var(--pw-muted);
}

.pw-services-archive-final {
	background: var(--pw-purple);
	color: var(--pw-white);
	text-align: center;
}

.pw-services-archive-final h2,
.pw-services-archive-final p {
	margin-left: auto;
	margin-right: auto;
}

.pw-services-archive-final h2 {
	color: var(--pw-white);
}

@media (max-width: 1199px) {
	.pw-services-archive-hero-grid,
	.pw-services-archive-intro-grid,
	.pw-services-archive-head {
		grid-template-columns: 1fr;
	}

	.pw-services-archive-grid,
	.pw-services-archive-guide-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-services-archive-shell {
		width: min(100% - 28px, 1300px);
	}

	.pw-services-archive-hero,
	.pw-services-archive-intro,
	.pw-services-archive-list,
	.pw-services-archive-guide,
	.pw-services-archive-final {
		padding: 68px 0;
	}

	.pw-services-archive-hero p,
	.pw-services-archive-final p,
	.pw-services-archive-intro-text p {
		font-size: 12.6px;
	}

	.pw-services-archive-hero-card,
	.pw-services-archive-card,
	.pw-services-archive-guide-grid article {
		padding: 24px;
	}

	.pw-services-archive-grid,
	.pw-services-archive-guide-grid {
		grid-template-columns: 1fr;
	}

	.pw-services-archive-card {
		min-height: 0;
	}
}

.pw-cases-shell,
.pw-case-shell {
	width: min(100% - 52px, var(--pw-container));
	margin: 0 auto;
}

.pw-cases-hero,
.pw-case-hero {
	position: relative;
	padding: 92px 0 108px;
	background:
		radial-gradient(circle at 86% 18%, rgba(223, 255, 87, .34), transparent 18%),
		linear-gradient(135deg, #6248df 0%, #7354eb 100%);
	color: var(--pw-white);
	overflow: hidden;
}

.pw-cases-hero::before,
.pw-case-hero::before,
.pw-case-section-purple::before {
	position: absolute;
	inset: 0;
	content: "";
	background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
	opacity: .65;
	pointer-events: none;
}

.pw-cases-hero-grid,
.pw-case-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, .74fr);
	gap: 64px;
	align-items: center;
}

.pw-cases-hero .pw-section-kicker,
.pw-case-hero .pw-section-kicker,
.pw-case-section-purple .pw-section-kicker,
.pw-cases-final .pw-section-kicker,
.pw-case-final .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-cases-hero h1,
.pw-case-hero h1 {
	max-width: 980px;
	margin-bottom: 24px;
	color: var(--pw-white);
	font-size: clamp(36.4px, 7vw, 78.4px);
	line-height: .92;
}

.pw-cases-hero p,
.pw-case-lead {
	max-width: 780px;
	color: rgba(255, 255, 255, .82);
	font-size: 15.4px;
	line-height: 1.65;
}

.pw-cases-hero-card {
	position: relative;
	display: grid;
	align-content: end;
	min-height: 430px;
	padding: 34px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(20, 16, 41, .05), rgba(20, 16, 41, .56)),
		url("../img/home/process-live.png") center / cover no-repeat;
	box-shadow: 0 32px 74px rgba(15, 8, 45, .24);
	overflow: hidden;
}

.pw-cases-hero-card span,
.pw-case-summary-card span,
.pw-case-requirement span,
.pw-case-stat span {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-cases-hero-card svg,
.pw-case-summary-card svg,
.pw-case-requirement svg,
.pw-case-stat svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-cases-hero-card strong {
	margin-top: 76px;
	color: var(--pw-white);
	font-size: 76px;
	font-weight: 900;
	line-height: .9;
}

.pw-cases-hero-card p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .86);
	font-weight: 800;
}

.pw-cases-intro,
.pw-cases-list,
.pw-case-section,
.pw-case-summary,
.pw-case-quote-section {
	position: relative;
	padding: 104px 0;
	background: var(--pw-white);
	overflow: hidden;
}

.pw-cases-intro,
.pw-case-section-light {
	background:
		radial-gradient(circle at 10% 12%, rgba(223, 255, 87, .26), transparent 24%),
		linear-gradient(180deg, #fbfbfd 0%, #f2efff 100%);
}

.pw-cases-intro-grid,
.pw-case-two-col {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
	gap: 58px;
	align-items: start;
}

.pw-cases-intro h2,
.pw-cases-head h2,
.pw-case-section h2,
.pw-case-final h2,
.pw-cases-final h2 {
	font-size: clamp(30.8px, 5.6vw, 61.6px);
	font-weight: 900;
	line-height: .96;
}

.pw-cases-intro-text,
.pw-case-content-card {
	display: grid;
	gap: 16px;
	padding: 30px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 18px 50px rgba(42, 29, 105, .07);
}

.pw-cases-intro-text p,
.pw-case-content-card p,
.pw-case-section p,
.pw-case-final p,
.pw-cases-final p {
	color: var(--pw-muted);
	font-size: 14.7px;
	line-height: 1.65;
}

.pw-cases-head,
.pw-case-section-head {
	max-width: 820px;
	margin-bottom: 42px;
}

.pw-cases-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.pw-case-card {
	display: grid;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 20px 55px rgba(42, 29, 105, .08);
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease;
}

.pw-case-card:hover {
	transform: translateY(-7px);
	box-shadow: 0 30px 72px rgba(42, 29, 105, .15);
}

.pw-case-card-media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--pw-purple);
	overflow: hidden;
}

.pw-case-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.pw-case-card:hover .pw-case-card-media img {
	transform: scale(1.06);
}

.pw-case-card-body {
	display: grid;
	gap: 16px;
	padding: 26px;
}

.pw-case-card-body > span {
	width: fit-content;
	padding: 8px 11px;
	border-radius: 8px;
	background: rgba(107, 79, 232, .1);
	color: var(--pw-purple);
	font-size: 9.8px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-case-card h3 {
	margin: 0;
	font-size: 22.4px;
	line-height: 1.08;
}

.pw-case-card h3 a,
.pw-case-card-link {
	color: var(--pw-ink);
	text-decoration: none;
}

.pw-case-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 13.3px;
	line-height: 1.55;
}

.pw-case-card-result {
	display: grid;
	gap: 6px;
	padding: 16px;
	border-radius: 8px;
	background: #f4f2ff;
}

.pw-case-card-result strong {
	color: var(--pw-purple);
	font-size: 21px;
	line-height: 1;
}

.pw-case-card-result em {
	color: var(--pw-muted);
	font-style: normal;
	font-size: 12.6px;
	font-weight: 800;
}

.pw-case-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	color: var(--pw-purple);
	font-weight: 900;
}

.pw-case-card-link span {
	transition: transform .2s ease;
}

.pw-case-card-link:hover span {
	transform: translateX(4px);
}

.pw-cases-empty {
	padding: 36px;
}

.pw-cases-final,
.pw-case-final {
	position: relative;
	padding: 108px 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(223, 255, 87, .72), transparent 22%),
		linear-gradient(135deg, var(--pw-purple) 0%, #7254ea 100%);
	color: var(--pw-white);
	text-align: center;
	overflow: hidden;
}

.pw-cases-final h2,
.pw-case-final h2 {
	max-width: 880px;
	margin: 0 auto 18px;
	color: var(--pw-white);
}

.pw-cases-final p,
.pw-case-final p {
	max-width: 720px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, .82);
}

.pw-case-hero-visual {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 32px 74px rgba(15, 8, 45, .24);
}

.pw-case-hero-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 10px solid var(--pw-white);
	border-radius: 8px;
	object-fit: cover;
}

.pw-case-hero-badge {
	position: absolute;
	left: -22px;
	bottom: 34px;
	display: grid;
	gap: 4px;
	min-width: 170px;
	padding: 20px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	box-shadow: 0 20px 48px rgba(15, 8, 45, .2);
	animation: pwFloat 4.5s ease-in-out infinite;
}

.pw-case-hero-badge strong {
	font-size: 25.2px;
	line-height: 1;
}

.pw-case-hero-badge span {
	font-size: 11.2px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-case-summary {
	padding: 0 0 92px;
	margin-top: -46px;
	background: #f8f7ff;
}

.pw-case-summary-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pw-case-summary-card,
.pw-case-requirement,
.pw-case-stat {
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 20px 55px rgba(42, 29, 105, .08);
}

.pw-case-summary-card {
	display: grid;
	gap: 14px;
	min-height: 230px;
	padding: 28px;
}

.pw-case-summary-card strong {
	font-size: 24.5px;
	line-height: 1;
}

.pw-case-summary-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 13.3px;
	font-weight: 800;
	line-height: 1.55;
}

.pw-case-content-card > *:last-child {
	margin-bottom: 0;
}

.pw-case-requirements-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-case-requirement {
	position: relative;
	min-height: 280px;
	padding: 28px;
	overflow: hidden;
	transition: transform .28s ease, background .28s ease, color .28s ease;
}

.pw-case-requirement::after {
	position: absolute;
	right: -36px;
	bottom: -36px;
	content: "";
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: var(--pw-lime);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .28s ease, transform .28s ease;
}

.pw-case-requirement:hover {
	background: var(--pw-purple);
	color: var(--pw-white);
	transform: translateY(-7px);
}

.pw-case-requirement:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pw-case-requirement h3,
.pw-case-requirement p,
.pw-case-requirement span {
	position: relative;
	z-index: 1;
}

.pw-case-requirement h3 {
	margin: 24px 0 12px;
	font-size: 22.4px;
	line-height: 1.08;
}

.pw-case-requirement p {
	margin: 0;
}

.pw-case-requirement:hover p,
.pw-case-requirement:hover h3 {
	color: var(--pw-white);
}

.pw-case-section-purple {
	position: relative;
	background:
		radial-gradient(circle at 88% 12%, rgba(223, 255, 87, .26), transparent 20%),
		linear-gradient(135deg, #6248df 0%, #7354eb 100%);
	color: var(--pw-white);
}

.pw-case-section-purple h2,
.pw-case-section-purple h3 {
	color: var(--pw-white);
}

.pw-case-section-purple p {
	color: rgba(255, 255, 255, .82);
}

.pw-case-process-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(500px, 1fr);
	gap: 56px;
}

.pw-case-steps {
	display: grid;
	gap: 18px;
}

.pw-case-steps article {
	position: relative;
	padding: 30px 30px 30px 110px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	transition: transform .28s ease, background .28s ease;
}

.pw-case-steps article:hover {
	background: rgba(255, 255, 255, .18);
	transform: translateX(8px);
}

.pw-case-steps span {
	position: absolute;
	left: 30px;
	top: 30px;
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-weight: 900;
}

.pw-case-steps h3 {
	margin-bottom: 8px;
	font-size: 24.5px;
	line-height: 1;
}

.pw-case-steps p {
	margin: 0;
}

.pw-case-stats-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-case-stat {
	padding: 28px;
}

.pw-case-stat strong {
	display: block;
	margin: 26px 0 12px;
	font-size: clamp(36.4px, 6vw, 61.6px);
	font-weight: 900;
	line-height: .9;
}

.pw-case-stat p {
	margin: 0;
	color: var(--pw-muted);
	font-weight: 800;
}

.pw-case-result-note {
	margin-top: 28px;
	padding: 30px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-case-result-note p {
	max-width: 980px;
	margin: 0;
	color: var(--pw-ink);
	font-size: 18.2px;
	font-weight: 900;
	line-height: 1.45;
}

.pw-case-quote-section {
	background:
		radial-gradient(circle at 84% 12%, rgba(107, 79, 232, .16), transparent 22%),
		#f8f7ff;
}

.pw-case-quote {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	gap: 40px;
	align-items: center;
	padding: 48px;
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 24px 65px rgba(42, 29, 105, .09);
}

.pw-case-quote blockquote {
	max-width: 860px;
	margin: 0 0 18px;
	color: var(--pw-ink);
	font-size: clamp(25.2px, 4.2vw, 42px);
	font-weight: 900;
	line-height: 1.08;
}

.pw-case-quote cite {
	color: var(--pw-muted);
	font-style: normal;
	font-weight: 900;
}

.pw-case-quote-mark {
	display: grid;
	place-items: center;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
	font-size: 140px;
	font-weight: 900;
	line-height: 1;
}

@media (max-width: 1199px) {
	.pw-cases-hero-grid,
	.pw-case-hero-grid,
	.pw-cases-intro-grid,
	.pw-case-two-col,
	.pw-case-process-grid {
		grid-template-columns: 1fr;
	}

	.pw-cases-grid,
	.pw-case-summary-grid,
	.pw-case-requirements-grid,
	.pw-case-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-cases-shell,
	.pw-case-shell {
		width: min(100% - 28px, var(--pw-container));
	}

	.pw-cases-hero,
	.pw-case-hero,
	.pw-cases-intro,
	.pw-cases-list,
	.pw-case-section,
	.pw-case-quote-section,
	.pw-cases-final,
	.pw-case-final {
		padding: 68px 0;
	}

	.pw-cases-grid,
	.pw-case-summary-grid,
	.pw-case-requirements-grid,
	.pw-case-stats-grid,
	.pw-case-quote {
		grid-template-columns: 1fr;
	}

	.pw-case-summary {
		margin-top: 0;
		padding-top: 34px;
	}

	.pw-case-hero-badge {
		left: 24px;
		bottom: 24px;
	}

	.pw-case-steps article {
		padding: 24px;
	}

	.pw-case-steps span {
		position: static;
		margin-bottom: 16px;
	}

	.pw-case-quote {
		padding: 28px;
	}

.pw-case-quote-mark {
		width: 96px;
		height: 96px;
		font-size: 78px;
	}
}

.pw-service-workflow-ai {
	position: relative;
	background:
		radial-gradient(circle at 12% 16%, rgba(223, 255, 87, .42), transparent 22%),
		linear-gradient(135deg, #f9f8ff 0%, #ffffff 48%, #f1edff 100%);
	overflow: hidden;
}

.pw-service-workflow-ai::before {
	position: absolute;
	right: -120px;
	top: 80px;
	content: "";
	width: 320px;
	height: 320px;
	border: 2px solid rgba(107, 79, 232, .16);
	border-radius: 50%;
	pointer-events: none;
}

.pw-service-workflow-ai::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 120px;
	background-image: radial-gradient(rgba(107, 79, 232, .16) 1px, transparent 1px);
	background-size: 18px 18px;
	mask-image: linear-gradient(180deg, transparent, #000);
	pointer-events: none;
}

.pw-service-workflow-ai .pw-service-shell {
	position: relative;
	z-index: 1;
}

.pw-service-workflow-grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(420px, 1fr);
	gap: 58px;
	align-items: center;
	margin-bottom: 44px;
}

.pw-service-workflow-copy .pw-section-lead {
	max-width: 700px;
}

.pw-service-workflow-visual {
	position: relative;
	padding: 18px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 28px 70px rgba(42, 29, 105, .12);
}

.pw-service-workflow-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	border-radius: 8px;
	object-fit: cover;
}

.pw-service-workflow-visual > div {
	position: absolute;
	left: -22px;
	bottom: 30px;
	display: grid;
	gap: 4px;
	min-width: 180px;
	padding: 20px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	box-shadow: 0 20px 48px rgba(42, 29, 105, .18);
	animation: pwFloat 4.5s ease-in-out infinite;
}

.pw-service-workflow-visual strong {
	font-size: 42px;
	line-height: .85;
}

.pw-service-workflow-visual span {
	color: var(--pw-ink);
	font-size: 11.2px;
	font-weight: 900;
	line-height: 1.18;
	text-transform: uppercase;
}

.pw-service-workflow-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.pw-service-workflow-steps article {
	position: relative;
	min-height: 330px;
	padding: 28px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: var(--pw-white);
	box-shadow: 0 20px 55px rgba(42, 29, 105, .08);
	overflow: hidden;
	transition: transform .28s ease, background .28s ease, color .28s ease, box-shadow .28s ease;
}

.pw-service-workflow-steps article::after {
	position: absolute;
	right: -42px;
	bottom: -42px;
	content: "";
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: var(--pw-lime);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .28s ease, transform .28s ease;
}

.pw-service-workflow-steps article:hover {
	background: var(--pw-purple);
	color: var(--pw-white);
	transform: translateY(-8px);
	box-shadow: 0 30px 72px rgba(42, 29, 105, .16);
}

.pw-service-workflow-steps article:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pw-service-workflow-number {
	position: absolute;
	top: 24px;
	right: 24px;
	color: rgba(107, 79, 232, .22);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
	transition: color .28s ease;
}

.pw-service-workflow-icon,
.pw-service-workflow-steps h3,
.pw-service-workflow-steps p {
	position: relative;
	z-index: 1;
}

.pw-service-workflow-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 28px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-service-workflow-icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-service-workflow-steps h3 {
	margin-bottom: 12px;
	font-size: 22.4px;
	line-height: 1.08;
}

.pw-service-workflow-steps p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 13.3px;
	font-weight: 800;
	line-height: 1.55;
}

.pw-service-workflow-steps article:hover h3,
.pw-service-workflow-steps article:hover p {
	color: var(--pw-white);
}

.pw-service-workflow-steps article:hover .pw-service-workflow-number {
	color: rgba(255, 255, 255, .24);
}

@media (max-width: 1199px) {
	.pw-service-workflow-grid {
		grid-template-columns: 1fr;
	}

	.pw-service-workflow-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pw-service-workflow-grid {
		gap: 32px;
	}

	.pw-service-workflow-visual > div {
		left: 24px;
		bottom: 24px;
	}

	.pw-service-workflow-steps {
		grid-template-columns: 1fr;
	}

	.pw-service-workflow-steps article {
		min-height: 0;
		padding: 24px;
	}
}

/* Inner templates: shared homepage visual language */
:where(
	.pw-library,
	.pw-faq-page,
	.pw-about-page,
	.pw-contact-page,
	.pw-testimonials-page,
	.pw-services-archive,
	.pw-cases-archive,
	.pw-case-single
) :where(.pw-kicker, .pw-section-kicker) {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	color: var(--pw-purple);
	font-size: 12.6px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
}

:where(
	.pw-library,
	.pw-faq-page,
	.pw-about-page,
	.pw-contact-page,
	.pw-testimonials-page,
	.pw-services-archive,
	.pw-cases-archive,
	.pw-case-single
) :where(.pw-kicker, .pw-section-kicker)::before {
	content: "";
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, var(--pw-lime) 0 43%, transparent 45%),
		var(--pw-lime-soft);
	box-shadow: 0 0 0 6px rgba(219, 255, 75, .28);
}

:where(
	.pw-library,
	.pw-faq-page,
	.pw-about-page,
	.pw-contact-page,
	.pw-testimonials-page,
	.pw-services-archive,
	.pw-cases-archive,
	.pw-case-single
) :where(h1, h2) span {
	color: var(--pw-purple);
}

:where(
	.pw-faq-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-case-section-purple
) :where(h1, h2) span {
	color: var(--pw-lime);
}

:where(
	.pw-faq-hero,
	.pw-about-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-library-hero
) {
	position: relative;
	overflow: hidden;
}

:where(
	.pw-faq-hero,
	.pw-about-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero
) {
	background:
		radial-gradient(circle at 84% 16%, rgba(219, 255, 75, .22) 0 12%, transparent 13%),
		radial-gradient(circle at 9% 88%, rgba(255, 255, 255, .12) 0 18%, transparent 19%),
		linear-gradient(135deg, #6547e8 0%, #7657ee 52%, #6849e5 100%);
}

.pw-library-hero {
	background:
		radial-gradient(circle at 86% 22%, rgba(111, 78, 232, .12) 0 16%, transparent 17%),
		radial-gradient(circle at 10% 86%, rgba(219, 255, 75, .42) 0 12%, transparent 13%),
		linear-gradient(135deg, #fff 0%, #f8f7ff 100%);
}

:where(
	.pw-faq-hero,
	.pw-about-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-library-hero
)::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .28;
	background-image: radial-gradient(currentColor 1px, transparent 1.5px);
	background-size: 20px 20px;
	color: rgba(255, 255, 255, .36);
	mask-image: linear-gradient(120deg, transparent 0 12%, #000 28% 65%, transparent 88%);
}

.pw-library-hero::after {
	color: rgba(111, 78, 232, .35);
}

:where(
	.pw-faq-hero,
	.pw-about-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-library-hero
) > * {
	position: relative;
	z-index: 1;
}

:where(
	.pw-faq-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero
) :where(.pw-kicker, .pw-section-kicker),
:where(
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-case-section-purple
) :where(.pw-kicker, .pw-section-kicker) {
	color: var(--pw-lime);
}

:where(
	.pw-faq-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-case-section-purple
) :where(.pw-kicker, .pw-section-kicker)::before {
	background:
		radial-gradient(circle at center, var(--pw-purple) 0 38%, transparent 40%),
		var(--pw-lime);
	box-shadow: 0 0 0 6px rgba(219, 255, 75, .18);
}

:where(
	.pw-library-section,
	.pw-faq-nav-section,
	.pw-faq-group-section,
	.pw-about-origin,
	.pw-about-section,
	.pw-contact-section,
	.pw-testimonials-feature,
	.pw-testimonials-list-section,
	.pw-testimonials-change,
	.pw-services-archive-intro,
	.pw-services-archive-list,
	.pw-services-archive-guide,
	.pw-cases-intro,
	.pw-cases-list,
	.pw-case-section,
	.pw-case-summary,
	.pw-case-quote-section
) {
	position: relative;
	overflow: hidden;
}

:where(
	.pw-library-section-muted,
	.pw-faq-group-section-alt,
	.pw-about-approach,
	.pw-contact-request,
	.pw-testimonials-change,
	.pw-services-archive-guide,
	.pw-cases-intro,
	.pw-case-section-light,
	.pw-case-results
) {
	background:
		radial-gradient(circle at 86% 18%, rgba(111, 78, 232, .09) 0 13%, transparent 14%),
		radial-gradient(circle at 8% 92%, rgba(219, 255, 75, .32) 0 10%, transparent 11%),
		#f8f7ff;
}

:where(
	.pw-library-help,
	.pw-about-important,
	.pw-testimonials-stats
) {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 84% 18%, rgba(219, 255, 75, .2) 0 13%, transparent 14%),
		linear-gradient(135deg, #6f4ee8 0%, #7657ee 100%);
	color: var(--pw-white);
}

:where(
	.pw-library-help,
	.pw-about-important,
	.pw-testimonials-stats
) :where(.pw-kicker, .pw-section-kicker) {
	color: var(--pw-lime);
}

:where(
	.pw-library-help,
	.pw-about-important,
	.pw-testimonials-stats
) :where(h2, h3, p, li, strong, span) {
	color: inherit;
}

:where(
	.pw-library-help,
	.pw-about-important,
	.pw-testimonials-stats
)::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .2;
	background-image: radial-gradient(rgba(255, 255, 255, .55) 1px, transparent 1.5px);
	background-size: 18px 18px;
	mask-image: linear-gradient(110deg, transparent 0 18%, #000 34% 68%, transparent 88%);
}

:where(
	.pw-library-help,
	.pw-about-important,
	.pw-testimonials-stats
) > * {
	position: relative;
	z-index: 1;
}

:where(
	.pw-library-topic-grid article,
	.pw-starter-grid article,
	.pw-library-post-grid article,
	.pw-faq-nav-card,
	.pw-faq-list details,
	.pw-about-card,
	.pw-about-principle,
	.pw-contact-form,
	.pw-contact-method,
	.pw-contact-requisites-card,
	.pw-testimonials-feature-card,
	.pw-testimonials-card,
	.pw-testimonials-change-card,
	.pw-services-archive-card,
	.pw-services-archive-guide-grid article,
	.pw-case-card,
	.pw-case-summary-card,
	.pw-case-content-card,
	.pw-case-requirement,
	.pw-case-stat
) {
	transition:
		transform .32s ease,
		box-shadow .32s ease,
		border-color .32s ease,
		background-color .32s ease,
		color .32s ease;
}

:where(
	.pw-library-topic-grid article,
	.pw-starter-grid article,
	.pw-library-post-grid article,
	.pw-faq-nav-card,
	.pw-about-card,
	.pw-about-principle,
	.pw-contact-method,
	.pw-contact-requisites-card,
	.pw-testimonials-feature-card,
	.pw-testimonials-card,
	.pw-testimonials-change-card,
	.pw-services-archive-card,
	.pw-services-archive-guide-grid article,
	.pw-case-card,
	.pw-case-summary-card,
	.pw-case-content-card,
	.pw-case-requirement,
	.pw-case-stat
):hover {
	transform: translateY(-7px);
	border-color: rgba(111, 78, 232, .28);
	box-shadow: 0 22px 55px rgba(27, 25, 43, .11);
}

:where(
	.pw-services-archive-card,
	.pw-case-requirement,
	.pw-case-stat,
	.pw-faq-nav-card,
	.pw-contact-method
):hover {
	background: linear-gradient(135deg, var(--pw-purple) 0%, #7657ee 100%);
	color: var(--pw-white);
}

:where(
	.pw-services-archive-card,
	.pw-case-requirement,
	.pw-case-stat,
	.pw-faq-nav-card,
	.pw-contact-method
):hover :where(h3, p, strong, small, span, a, em) {
	color: inherit;
}

:where(
	.pw-services-archive-card,
	.pw-case-requirement,
	.pw-case-stat,
	.pw-faq-nav-card,
	.pw-contact-method
):hover svg {
	color: currentColor;
	fill: currentColor;
}

:where(
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-library-final
) {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 18%, rgba(219, 255, 75, .22) 0 13%, transparent 14%),
		linear-gradient(135deg, #6f4ee8 0%, #7657ee 100%);
	color: var(--pw-white);
}

:where(
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-library-final
)::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .2;
	background-image: radial-gradient(rgba(255, 255, 255, .55) 1px, transparent 1.5px);
	background-size: 18px 18px;
	mask-image: linear-gradient(120deg, transparent 0 14%, #000 32% 68%, transparent 88%);
}

:where(
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-library-final
) > * {
	position: relative;
	z-index: 1;
}

:where(
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-library-final
) :where(h2, p) {
	color: inherit;
}

:where(
	.pw-library,
	.pw-faq-page,
	.pw-about-page,
	.pw-contact-page,
	.pw-testimonials-page,
	.pw-services-archive,
	.pw-cases-archive,
	.pw-case-single
) .pw-btn {
	min-height: 58px;
}

:where(
	.pw-library,
	.pw-about-page,
	.pw-contact-page,
	.pw-testimonials-page,
	.pw-services-archive,
	.pw-cases-archive,
	.pw-case-single
) .pw-btn-outline {
	border-color: rgba(111, 78, 232, .22);
	background: rgba(255, 255, 255, .9);
	color: var(--pw-purple);
}

:where(
	.pw-faq-hero,
	.pw-contact-hero,
	.pw-testimonials-hero,
	.pw-services-archive-hero,
	.pw-cases-hero,
	.pw-case-hero,
	.pw-faq-final,
	.pw-about-final,
	.pw-testimonials-final,
	.pw-services-archive-final,
	.pw-cases-final,
	.pw-case-final,
	.pw-library-final
) .pw-btn-outline {
	border-color: rgba(255, 255, 255, .34);
	background: rgba(255, 255, 255, .12);
	color: var(--pw-white);
}

.pw-faq-list details {
	border-radius: 18px;
}

.pw-faq-list details[open] {
	transform: translateY(-3px);
	border-color: rgba(111, 78, 232, .24);
	box-shadow: 0 18px 48px rgba(27, 25, 43, .1);
}

.pw-faq-list summary {
	position: relative;
	padding-left: 54px;
}

.pw-faq-list summary::before {
	content: "?";
	position: absolute;
	left: 20px;
	top: 50%;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-black);
	font-size: 13px;
	font-weight: 900;
	transform: translateY(-50%);
}

@media (max-width: 767px) {
	:where(
		.pw-library,
		.pw-faq-page,
		.pw-about-page,
		.pw-contact-page,
		.pw-testimonials-page,
		.pw-services-archive,
		.pw-cases-archive,
		.pw-case-single
	) :where(.pw-kicker, .pw-section-kicker) {
		font-size: 11.5px;
	}

	:where(
		.pw-library,
		.pw-faq-page,
		.pw-about-page,
		.pw-contact-page,
		.pw-testimonials-page,
		.pw-services-archive,
		.pw-cases-archive,
		.pw-case-single
	) .pw-btn {
		min-height: 54px;
	}
}

/* Service single pages: match the homepage rhythm */
.pw-service-single :where(h1, h2) span {
	color: var(--pw-purple);
}

.pw-service-hero h1 span,
.pw-service-final-cta h2 span {
	color: var(--pw-lime);
}

.pw-service-single .pw-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pw-purple);
	font-size: 12.6px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pw-service-single .pw-section-kicker::before {
	content: "";
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, var(--pw-lime) 0 43%, transparent 45%),
		var(--pw-lime-soft);
	box-shadow: 0 0 0 6px rgba(219, 255, 75, .28);
}

.pw-service-hero .pw-section-kicker,
.pw-service-final-cta .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-service-hero .pw-section-kicker::before,
.pw-service-final-cta .pw-section-kicker::before {
	background:
		radial-gradient(circle at center, var(--pw-purple) 0 38%, transparent 40%),
		var(--pw-lime);
	box-shadow: 0 0 0 6px rgba(219, 255, 75, .18);
}

.pw-service-section-light,
.pw-service-price-section {
	background:
		radial-gradient(circle at 86% 18%, rgba(111, 78, 232, .09) 0 13%, transparent 14%),
		radial-gradient(circle at 8% 92%, rgba(219, 255, 75, .3) 0 10%, transparent 11%),
		#f8f7ff;
}

.pw-service-card-grid article,
.pw-service-example-grid article,
.pw-service-not-included,
.pw-service-price-card,
.pw-service-check-list li {
	transition:
		transform .32s ease,
		box-shadow .32s ease,
		border-color .32s ease,
		background-color .32s ease,
		color .32s ease;
}

.pw-service-card-grid article:hover,
.pw-service-example-grid article:hover,
.pw-service-not-included:hover,
.pw-service-price-card:hover {
	transform: translateY(-7px);
	border-color: rgba(111, 78, 232, .28);
	box-shadow: 0 22px 55px rgba(27, 25, 43, .11);
}

.pw-service-card-grid article:hover,
.pw-service-example-grid article:hover {
	background: linear-gradient(135deg, var(--pw-purple) 0%, #7657ee 100%);
	color: var(--pw-white);
}

.pw-service-card-grid article:hover :where(h3, p, span),
.pw-service-example-grid article:hover :where(h3, p, span) {
	color: inherit;
}

.pw-service-single .pw-btn {
	min-height: 58px;
}

/* Generic fallback templates */
.pw-page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(84px, 9vw, 132px) 0 clamp(58px, 7vw, 92px);
	background:
		radial-gradient(circle at 86% 20%, rgba(219, 255, 75, .22) 0 13%, transparent 14%),
		linear-gradient(135deg, #6f4ee8 0%, #7657ee 100%);
	color: var(--pw-white);
}

.pw-page-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .2;
	background-image: radial-gradient(rgba(255, 255, 255, .55) 1px, transparent 1.5px);
	background-size: 18px 18px;
	mask-image: linear-gradient(120deg, transparent 0 14%, #000 32% 68%, transparent 88%);
}

.pw-page-hero .pw-container {
	position: relative;
	z-index: 1;
}

.pw-page-hero .pw-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 22px;
	color: var(--pw-lime);
	font-size: 12.6px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pw-page-hero .pw-eyebrow::before {
	content: "";
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background:
		radial-gradient(circle at center, var(--pw-purple) 0 38%, transparent 40%),
		var(--pw-lime);
	box-shadow: 0 0 0 6px rgba(219, 255, 75, .18);
}

.pw-page-hero h1 {
	max-width: 980px;
	margin: 0;
	color: var(--pw-white);
	font-size: clamp(42px, 7vw, 92px);
	font-weight: 900;
	line-height: .95;
	letter-spacing: 0;
}

.pw-page-hero h1 span {
	color: var(--pw-lime);
}

.pw-generic-page,
.pw-generic-archive {
	background: #fff;
}

.pw-generic-content,
.pw-generic-grid {
	padding-top: clamp(56px, 7vw, 92px);
	padding-bottom: clamp(64px, 8vw, 104px);
}

.pw-generic-content {
	max-width: 980px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.pw-generic-content > * {
	position: relative;
}

.pw-generic-content h2,
.pw-generic-content h3 {
	margin-top: 1.8em;
	color: var(--pw-black);
	font-weight: 900;
	letter-spacing: 0;
}

.pw-generic-content a {
	color: var(--pw-purple);
	font-weight: 900;
}

.pw-generic-grid article {
	transition:
		transform .32s ease,
		box-shadow .32s ease,
		border-color .32s ease,
		background-color .32s ease,
		color .32s ease;
}

.pw-generic-grid article:hover {
	transform: translateY(-7px);
	border-color: rgba(111, 78, 232, .28);
	box-shadow: 0 22px 55px rgba(27, 25, 43, .11);
}

/* Blog/library hero readability on the light redesign */
.pw-library-hero {
	color: var(--pw-ink);
}

.pw-library-hero .pw-section-kicker {
	color: var(--pw-purple);
}

.pw-library-hero h1 {
	color: var(--pw-ink);
	text-shadow: none;
}

.pw-library-hero h1 span {
	color: var(--pw-purple);
}

.pw-library-hero-text p {
	color: var(--pw-muted);
	text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
	.pw-offer-circle-text,
	.pw-offer-collage-stat {
		animation: none;
	}
}

/* About page hero contrast and title fix */
.pw-about-hero {
	background:
		radial-gradient(circle at 86% 18%, rgba(223, 255, 87, .18) 0 12%, transparent 13%),
		radial-gradient(circle at 9% 88%, rgba(255, 255, 255, .12) 0 18%, transparent 19%),
		linear-gradient(135deg, #6547e8 0%, #7657ee 52%, #6849e5 100%);
}

.pw-about-hero-copy {
	min-width: 0;
}

.pw-about-hero h1 {
	max-width: 980px;
	margin: 0 0 30px;
	color: var(--pw-white);
	font-size: clamp(52px, 7vw, 96px);
	font-weight: 900;
	line-height: .95;
	letter-spacing: 0;
	overflow: visible;
	text-shadow: none;
}

.pw-about-hero h1 span {
	display: inline;
	color: var(--pw-lime);
	-webkit-text-fill-color: currentColor;
}

.pw-about-hero p {
	color: rgba(255, 255, 255, .88);
	font-weight: 760;
	text-shadow: none;
}

.pw-about-hero .pw-kicker {
	color: var(--pw-lime);
}

.pw-about-hero-panel {
	color: var(--pw-white);
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
}

.pw-about-hero-panel strong {
	color: var(--pw-white);
}

.pw-about-hero-panel p {
	color: rgba(255, 255, 255, .86);
}

@media (max-width: 767px) {
	.pw-about-hero h1 {
		font-size: clamp(42px, 14vw, 64px);
		line-height: .98;
	}
}

/* SEO, expert and utility templates */
.pw-expert-card {
	display: grid;
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
	gap: clamp(24px, 4vw, 54px);
	align-items: center;
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(111, 78, 232, .16);
	border-radius: 28px;
	background:
		radial-gradient(circle at 96% 8%, rgba(223, 255, 87, .3) 0 12%, transparent 13%),
		linear-gradient(135deg, #fff 0%, #f7f4ff 100%);
	box-shadow: 0 24px 70px rgba(36, 26, 90, .1);
}

.pw-expert-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 24px;
	box-shadow: 0 18px 45px rgba(21, 18, 37, .18);
}

.pw-expert-card h2 {
	margin: 0 0 8px;
	color: var(--pw-ink);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 900;
	line-height: 1;
}

.pw-expert-card strong {
	display: block;
	margin-bottom: 14px;
	color: var(--pw-purple);
	font-size: 17px;
	font-weight: 900;
}

.pw-expert-card p:not(.pw-section-kicker) {
	max-width: 720px;
	margin: 0 0 20px;
	color: var(--pw-muted);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
}

.pw-expert-card a,
.pw-service-related-card a,
.pw-article-related-services article > a,
.pw-search-card > a {
	color: var(--pw-purple);
	font-weight: 900;
	text-decoration: none;
}

.pw-service-expert-section,
.pw-case-expert-section {
	padding: clamp(42px, 6vw, 82px) 0;
	background: #fff;
}

.pw-service-related-section {
	background:
		linear-gradient(135deg, rgba(223, 255, 87, .14), transparent 36%),
		#fff;
}

.pw-service-related-grid,
.pw-article-related-grid,
.pw-search-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-service-related-card,
.pw-article-related-services article,
.pw-search-card {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	gap: 14px;
	padding: 26px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(36, 26, 90, .08);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}

.pw-service-related-card:hover,
.pw-article-related-services article:hover,
.pw-search-card:hover {
	transform: translateY(-6px);
	border-color: rgba(111, 78, 232, .26);
	box-shadow: 0 26px 65px rgba(36, 26, 90, .13);
}

.pw-service-related-card > span,
.pw-search-card > span {
	color: var(--pw-purple);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pw-service-related-card h3,
.pw-article-related-services h3,
.pw-search-card h2 {
	margin: 0;
	color: var(--pw-ink);
	font-size: 23px;
	font-weight: 900;
	line-height: 1.15;
}

.pw-service-related-card h3 a,
.pw-article-related-services h3 a,
.pw-search-card h2 a {
	color: inherit;
	text-decoration: none;
}

.pw-service-related-card p,
.pw-article-related-services > p,
.pw-article-related-services article p,
.pw-search-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.55;
}

.pw-service-related-card > a,
.pw-article-related-services article > a,
.pw-search-card > a {
	margin-top: auto;
}

.pw-article-related-services {
	margin: clamp(34px, 5vw, 58px) 0;
	padding: clamp(26px, 4vw, 40px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 95% 8%, rgba(223, 255, 87, .24) 0 16%, transparent 17%),
		#f7f4ff;
}

.pw-article-related-services > h2 {
	margin-top: 0;
}

.pw-article-related-services article span {
	display: inline-grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 16px;
	background: rgba(111, 78, 232, .12);
	color: var(--pw-purple);
}

.pw-article-related-services article svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-error-hero,
.pw-search-hero,
.pw-legal-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(88px, 10vw, 150px) 0;
	background:
		radial-gradient(circle at 84% 14%, rgba(223, 255, 87, .22) 0 13%, transparent 14%),
		radial-gradient(circle at 8% 85%, rgba(255, 255, 255, .15) 0 18%, transparent 19%),
		linear-gradient(135deg, #6547e8 0%, #7657ee 100%);
	color: #fff;
}

.pw-error-hero::before,
.pw-search-hero::before,
.pw-legal-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .22;
	pointer-events: none;
	background-image: radial-gradient(rgba(255, 255, 255, .65) 1px, transparent 1.5px);
	background-size: 18px 18px;
}

.pw-error-hero .pw-container,
.pw-search-hero .pw-container,
.pw-legal-hero .pw-container {
	position: relative;
	z-index: 1;
}

.pw-error-hero h1,
.pw-search-hero h1,
.pw-legal-hero h1 {
	max-width: 980px;
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(44px, 7vw, 92px);
	font-weight: 900;
	line-height: .98;
}

.pw-error-hero h1 span,
.pw-search-hero h1 span,
.pw-legal-hero h1 span {
	color: var(--pw-lime);
}

.pw-error-hero p,
.pw-legal-hero p {
	max-width: 760px;
	color: rgba(255, 255, 255, .86);
	font-size: 20px;
	font-weight: 760;
	line-height: 1.5;
}

.pw-search-form {
	display: flex;
	max-width: 780px;
	gap: 12px;
	margin-top: 28px;
	padding: 10px;
	border-radius: 22px;
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(10px);
}

.pw-search-form label {
	flex: 1;
}

.pw-search-form input,
.pw-search-form button {
	min-height: 58px;
	border: 0;
	border-radius: 16px;
	font-family: var(--pw-font);
	font-weight: 900;
}

.pw-search-form input {
	width: 100%;
	padding: 0 20px;
	color: var(--pw-ink);
}

.pw-search-form button {
	padding: 0 28px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	cursor: pointer;
}

.pw-search-results,
.pw-legal-content {
	padding: clamp(58px, 7vw, 96px) 0;
	background: #fff;
}

.pw-search-empty,
.pw-legal-card {
	max-width: 980px;
	padding: clamp(28px, 4vw, 48px);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(36, 26, 90, .1);
}

.pw-legal-card {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
}

.pw-legal-card h2 {
	margin: 1.4em 0 .55em;
	color: var(--pw-ink);
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 900;
}

.pw-legal-card a {
	color: var(--pw-purple);
	font-weight: 900;
}

.navigation.pagination,
.pw-library-pagination .pagination {
	margin-top: 44px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.nav-links .page-numbers {
	display: inline-flex;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
	border: 1px solid rgba(111, 78, 232, .18);
	border-radius: 999px;
	background: #fff;
	color: var(--pw-ink);
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(36, 26, 90, .06);
}

.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	border-color: var(--pw-purple);
	background: var(--pw-purple);
	color: #fff;
}

.pw-contact-modal-form .wpcf7 form.submitting .wpcf7-submit,
.pw-contact-modal-form .wpcf7-submit:disabled {
	cursor: wait;
	opacity: .72;
	transform: none;
}

.pw-contact-modal-form .wpcf7 form.sent .wpcf7-response-output::before {
	content: "✓ ";
	font-weight: 900;
}

.pw-contact-modal-form .wpcf7 form.invalid .wpcf7-response-output::before,
.pw-contact-modal-form .wpcf7 form.failed .wpcf7-response-output::before {
	content: "! ";
	font-weight: 900;
}

.pw-contact-modal-privacy {
	margin: 14px 0 0;
	color: var(--pw-muted);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.pw-expert-card,
	.pw-service-related-grid,
	.pw-article-related-grid,
	.pw-search-grid {
		grid-template-columns: 1fr;
	}

	.pw-expert-card img {
		max-width: 260px;
	}
}

@media (max-width: 640px) {
	.pw-search-form {
		flex-direction: column;
	}

	.pw-error-hero .pw-actions {
		align-items: stretch;
	}
}

/* Service polish: hero price and boundaries section */
.pw-service-hero-actions {
	align-items: stretch;
	gap: 18px;
}

.pw-service-hero-actions .pw-btn {
	min-height: 74px;
}

.pw-service-price {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	justify-items: start;
	column-gap: 10px;
	min-width: min(100%, 235px);
	min-height: 66px;
	padding: 12px 22px;
	border-radius: 22px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .2), transparent 34%),
		var(--pw-lime);
	box-shadow: 0 18px 44px rgba(18, 14, 43, .18);
}

.pw-service-price span {
	align-self: center;
	color: rgba(21, 18, 37, .82);
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.pw-service-price strong {
	display: block;
	color: var(--pw-ink);
	font-size: clamp(24px, 2.9vw, 35px);
	font-weight: 900;
	line-height: .9;
	white-space: nowrap;
}

.pw-service-section:has(.pw-service-boundaries) {
	background:
		radial-gradient(circle at 93% 22%, rgba(111, 78, 232, .13) 0 15%, transparent 16%),
		radial-gradient(circle at 8% 80%, rgba(223, 255, 87, .18) 0 14%, transparent 15%),
		linear-gradient(180deg, #fff 0%, #faf9ff 100%);
}

.pw-service-boundaries {
	align-items: center;
	gap: clamp(34px, 6vw, 78px);
}

.pw-service-boundaries > div:first-child {
	max-width: 680px;
}

.pw-service-boundaries h2 {
	max-width: 620px;
	font-size: clamp(42px, 6.3vw, 92px);
	line-height: .95;
}

.pw-service-boundaries .pw-section-lead {
	max-width: 780px;
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.65;
}

.pw-service-not-included {
	position: relative;
	isolation: isolate;
	min-height: 430px;
	padding: clamp(30px, 4vw, 54px);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 28px;
	background:
		radial-gradient(circle at 84% 10%, rgba(223, 255, 87, .16) 0 14%, transparent 15%),
		radial-gradient(circle at 18% 86%, rgba(111, 78, 232, .42) 0 24%, transparent 25%),
		linear-gradient(135deg, #171127 0%, #281b53 58%, #352471 100%);
	box-shadow: 0 30px 80px rgba(27, 18, 62, .18);
	overflow: hidden;
}

.pw-service-not-included::before {
	content: "";
	position: absolute;
	inset: 18px;
	z-index: -1;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 22px;
}

.pw-service-not-included h3 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 26px;
	color: #fff;
	font-size: clamp(24px, 2.8vw, 36px);
	font-weight: 900;
	line-height: 1.1;
}

.pw-service-not-included h3::before {
	content: "!";
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 14px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-weight: 900;
}

.pw-service-not-included ul {
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-service-not-included li {
	position: relative;
	padding: 0 0 0 34px;
	color: rgba(255, 255, 255, .84);
	font-size: 17px;
	font-weight: 750;
	line-height: 1.45;
}

.pw-service-not-included li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .48em;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 6px rgba(223, 255, 87, .12);
}

.pw-service-not-included:hover {
	transform: translateY(-8px);
	box-shadow: 0 36px 90px rgba(27, 18, 62, .22);
}

@media (max-width: 980px) {
	.pw-service-hero-actions {
		align-items: flex-start;
	}

	.pw-service-price {
		width: 100%;
		max-width: 380px;
	}
}

@media (max-width: 640px) {
	.pw-service-hero-actions {
		display: grid;
	}

	.pw-service-price {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pw-service-price span {
		font-size: 13px;
	}

	.pw-service-not-included {
		min-height: 0;
	}
}

/* Defensive contrast and mobile navigation QA layer */
.pw-faq-hero h1,
.pw-testimonials-hero h1,
.pw-cases-hero h1,
.pw-services-archive-hero h1,
.pw-contact-hero h1 {
	color: var(--pw-white);
	text-shadow: none;
}

.pw-faq-hero h1 span,
.pw-testimonials-hero h1 span,
.pw-cases-hero h1 span,
.pw-services-archive-hero h1 span,
.pw-contact-hero h1 span {
	color: var(--pw-lime);
	-webkit-text-fill-color: currentColor;
}

.pw-faq-hero p,
.pw-testimonials-hero p,
.pw-cases-hero p,
.pw-services-archive-hero p,
.pw-contact-hero p {
	color: rgba(255, 255, 255, .86);
	text-shadow: none;
}

.pw-faq-nav-card,
.pw-testimonials-card,
.pw-case-card,
.pw-services-archive-card {
	min-width: 0;
}

@media (max-width: 991px) {
	.pw-mobile-nav.is-open {
		max-height: calc(100vh - 96px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.pw-mobile-menu,
	.pw-mobile-menu .sub-menu,
	.pw-mobile-menu .pw-services-menu {
		min-width: 0;
	}

	.pw-mobile-menu a {
		align-items: center;
		gap: 10px;
		overflow-wrap: anywhere;
		line-height: 1.25;
	}

	.pw-mobile-menu .menu-item-has-children > a {
		align-items: center;
	}

	.pw-mobile-menu .pw-service-menu-item a {
		display: grid;
		align-items: center;
	}
}

.pw-case-story-section {
	padding: clamp(64px, 8vw, 112px) 0;
	background:
		radial-gradient(circle at 8% 16%, rgba(223, 255, 87, .22) 0 13%, transparent 14%),
		linear-gradient(180deg, #fff 0%, #f8f7ff 100%);
}

.pw-case-story-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.pw-case-story-grid article {
	position: relative;
	min-height: 310px;
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 20px 54px rgba(36, 26, 90, .09);
	transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
}

.pw-case-story-grid article:nth-child(2) {
	background: linear-gradient(135deg, var(--pw-purple) 0%, #7657ee 100%);
	color: #fff;
}

.pw-case-story-grid article:hover {
	transform: translateY(-7px);
	box-shadow: 0 28px 70px rgba(36, 26, 90, .14);
}

.pw-case-story-grid span {
	display: inline-flex;
	margin-bottom: 42px;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(111, 78, 232, .1);
	color: var(--pw-purple);
	font-size: 12px;
	font-weight: 900;
}

.pw-case-story-grid article:nth-child(2) span {
	background: rgba(223, 255, 87, .18);
	color: var(--pw-lime);
}

.pw-case-story-grid h3 {
	margin: 0 0 14px;
	color: inherit;
	font-size: clamp(26px, 3vw, 38px);
	font-weight: 900;
	line-height: 1.05;
}

.pw-case-story-grid p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 17px;
	font-weight: 740;
	line-height: 1.55;
}

.pw-case-story-grid article:nth-child(2) p {
	color: rgba(255, 255, 255, .82);
}

@media (max-width: 900px) {
	.pw-case-story-grid {
		grid-template-columns: 1fr;
	}
}

/* Service result list as an outcome route */
.pw-service-result-section {
	background:
		radial-gradient(circle at 94% 16%, rgba(111, 78, 232, .12) 0 15%, transparent 16%),
		radial-gradient(circle at 8% 86%, rgba(223, 255, 87, .2) 0 13%, transparent 14%),
		#fff;
}

.pw-service-result-list {
	position: relative;
	gap: 18px;
	counter-reset: service-result;
}

.pw-service-result-list::before {
	content: "";
	position: absolute;
	left: 34px;
	top: 34px;
	bottom: 34px;
	width: 2px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(111, 78, 232, .16), rgba(223, 255, 87, .9), rgba(111, 78, 232, .16));
}

.pw-service-result-list li {
	counter-increment: service-result;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 92px;
	padding: 20px 24px 20px 18px;
	border-radius: 24px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(247, 244, 255, .94)),
		#fff;
	box-shadow: 0 18px 50px rgba(36, 26, 90, .08);
	overflow: hidden;
}

.pw-service-result-list li::before {
	content: "";
	display: none;
}

.pw-service-result-list li::after {
	content: counter(service-result, decimal-leading-zero);
	position: absolute;
	right: 22px;
	top: 16px;
	color: rgba(111, 78, 232, .1);
	font-size: 42px;
	font-weight: 900;
	line-height: 1;
}

.pw-service-result-icon {
	position: relative;
	z-index: 1;
	display: inline-grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border: 8px solid rgba(223, 255, 87, .28);
	border-radius: 22px;
	background: var(--pw-lime);
	color: var(--pw-purple);
	box-shadow: 0 12px 32px rgba(111, 78, 232, .13);
}

.pw-service-result-icon svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.pw-service-result-text {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 720px;
	color: var(--pw-ink);
	font-size: clamp(20px, 1.65vw, 27px);
	font-weight: 900;
	line-height: 1.18;
}

.pw-service-result-list li:hover {
	transform: translateX(8px);
	border-color: rgba(111, 78, 232, .24);
	background: linear-gradient(135deg, #fff 0%, #f1ecff 100%);
	box-shadow: 0 26px 68px rgba(36, 26, 90, .13);
}

.pw-service-result-list li:hover .pw-service-result-icon {
	background: var(--pw-purple);
	color: #fff;
	border-color: rgba(111, 78, 232, .16);
}

.pw-service-faq-section .pw-faq-list details {
	transition:
		background-color .28s ease,
		border-color .28s ease,
		box-shadow .28s ease,
		transform .28s ease;
}

.pw-service-faq-section .pw-faq-list details.is-animating {
	pointer-events: none;
}

.pw-service-faq-section .pw-faq-answer {
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	opacity: 1;
	will-change: height, opacity;
	transition:
		height .38s cubic-bezier(.22, .8, .24, 1),
		opacity .24s ease;
}

.pw-service-faq-section .pw-faq-answer p {
	margin: 0;
}

.pw-service-faq-section .pw-faq-list summary,
.pw-service-faq-section .pw-faq-list summary::after,
.pw-service-faq-section .pw-faq-summary-icon {
	transition:
		background-color .28s ease,
		color .28s ease,
		transform .28s ease,
		border-color .28s ease;
}

@media (max-width: 640px) {
	.pw-service-result-list::before {
		left: 28px;
	}

	.pw-service-result-list li {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 14px;
		padding: 18px;
	}

	.pw-service-result-icon {
		width: 56px;
		height: 56px;
		border-radius: 18px;
	}

	.pw-service-result-icon svg {
		width: 25px;
		height: 25px;
	}
}

/* Seeded case presentation */
.pw-case-hero-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 0;
}

.pw-case-hero-tags span {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: rgba(255, 255, 255, .9);
	font-size: 12px;
	font-weight: 900;
	backdrop-filter: blur(10px);
}

.pw-case-hero-tags svg {
	width: 17px;
	height: 17px;
	fill: var(--pw-lime);
	flex: 0 0 auto;
}

.pw-case-card-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.pw-case-card-metrics div {
	min-height: 82px;
	padding: 14px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 90% 15%, rgba(223, 255, 87, .34), transparent 34%),
		#f7f4ff;
}

.pw-case-card-metrics strong {
	display: block;
	margin-bottom: 7px;
	color: var(--pw-purple);
	font-size: clamp(18px, 1.5vw, 25px);
	font-weight: 900;
	line-height: 1;
}

.pw-case-card-metrics span {
	display: block;
	color: var(--pw-muted);
	font-size: 11.5px;
	font-weight: 850;
	line-height: 1.28;
}

.pw-case-stats-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: stretch;
}

.pw-case-stat {
	position: relative;
	display: grid;
	align-content: start;
	min-width: 0;
	min-height: 280px;
	overflow: hidden;
	transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease;
}

.pw-case-stat strong {
	max-width: 100%;
	font-size: clamp(34px, 4.4vw, 56px);
	line-height: .98;
	letter-spacing: 0;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
	hyphens: auto;
}

.pw-case-stat p {
	max-width: 100%;
	font-size: clamp(15px, 1.25vw, 18px);
	line-height: 1.38;
	overflow-wrap: anywhere;
}

.pw-case-stat::after {
	position: absolute;
	right: -34px;
	top: -34px;
	content: "";
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .5);
	opacity: 0;
	transform: scale(.7);
	transition: opacity .28s ease, transform .28s ease;
}

.pw-case-stat:hover {
	transform: translateY(-7px);
	box-shadow: 0 32px 74px rgba(36, 26, 90, .14);
}

.pw-case-stat:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pw-case-stat span,
.pw-case-stat strong,
.pw-case-stat p {
	position: relative;
	z-index: 1;
}

@media (max-width: 1199px) {
	.pw-case-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pw-case-card-metrics,
	.pw-case-stats-grid {
		grid-template-columns: 1fr;
	}

	.pw-case-hero-tags span {
		width: 100%;
	}
}

@media (max-width: 980px) {
	.pw-hero-text {
		grid-template-columns: 1fr;
		max-width: 720px;
	}

	.pw-hero-text article {
		min-height: 0;
		grid-template-columns: 48px minmax(0, 1fr);
		align-items: start;
	}

	.pw-hero-text article p {
		grid-column: 2;
	}
}

@media (max-width: 560px) {
	.pw-hero-text {
		gap: 10px;
		margin-bottom: 24px;
	}

	.pw-hero-text article {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 16px;
		border-radius: 18px;
	}

	.pw-hero-text-icon {
		width: 42px;
		height: 42px;
		border-radius: 14px;
	}

	.pw-hero-text-icon svg {
		width: 21px;
		height: 21px;
	}
}

.pw-home-questions {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 18%, rgba(223, 255, 87, .48), transparent 28%),
		radial-gradient(circle at 88% 12%, rgba(107, 79, 232, .18), transparent 24%),
		linear-gradient(180deg, #fff 0%, #f6f4ff 100%);
}

.pw-home-questions::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: .42;
	background-image: radial-gradient(rgba(107, 79, 232, .24) 1px, transparent 1px);
	background-size: 18px 18px;
}

.pw-home-questions .pw-home-shell {
	position: relative;
	z-index: 1;
}

.pw-home-question-grid,
.pw-knowledge-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pw-home-question-card,
.pw-knowledge-card {
	position: relative;
	overflow: hidden;
	min-height: 310px;
	padding: 28px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, .86);
	box-shadow: var(--pw-shadow);
	display: flex;
	flex-direction: column;
	gap: 16px;
	transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.pw-home-question-card::after,
.pw-knowledge-card::after {
	content: "";
	position: absolute;
	right: -42px;
	bottom: -42px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .55);
	opacity: 0;
	transform: scale(.75);
	transition: opacity .28s ease, transform .28s ease;
}

.pw-home-question-card:hover,
.pw-knowledge-card:hover {
	transform: translateY(-7px);
	border-color: rgba(107, 79, 232, .28);
	box-shadow: 0 32px 78px rgba(36, 26, 90, .16);
}

.pw-home-question-card:hover::after,
.pw-knowledge-card:hover::after {
	opacity: 1;
	transform: scale(1);
}

.pw-home-question-card > *,
.pw-knowledge-card > * {
	position: relative;
	z-index: 1;
}

.pw-home-question-card h3,
.pw-knowledge-card h3 {
	margin: 0;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.08;
	letter-spacing: 0;
}

.pw-home-question-card h3 a,
.pw-knowledge-card h3 a {
	color: var(--pw-ink);
	text-decoration: none;
}

.pw-home-question-card p,
.pw-knowledge-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 17px;
	line-height: 1.55;
}

.pw-home-question-status,
.pw-knowledge-tag {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--pw-surface);
	color: var(--pw-purple);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.pw-home-question-status::before,
.pw-knowledge-tag::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--pw-purple);
}

.pw-home-question-status.is-ready {
	background: rgba(223, 255, 87, .72);
	color: var(--pw-ink);
}

.pw-home-question-status.is-ready::before {
	background: var(--pw-purple);
}

.pw-card-link {
	margin-top: auto;
	color: var(--pw-purple);
	text-decoration: none;
	font-weight: 900;
}

.pw-home-questions-empty {
	max-width: 760px;
	padding: 34px;
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pw-shadow);
}

.pw-home-questions-empty h3 {
	margin: 18px 0 10px;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.05;
}

.pw-home-questions-empty p {
	max-width: 560px;
	margin: 0 0 22px;
	color: var(--pw-muted);
	font-size: 18px;
	line-height: 1.55;
}

.pw-knowledge-hero {
	background:
		radial-gradient(circle at 14% 24%, rgba(223, 255, 87, .38), transparent 26%),
		radial-gradient(circle at 88% 14%, rgba(255, 255, 255, .14), transparent 22%),
		linear-gradient(135deg, var(--pw-purple), var(--pw-purple-dark));
	color: #fff;
}

.pw-knowledge-hero h1 span,
.pw-knowledge-archive h2 span,
.pw-final-cta h2 span {
	color: var(--pw-lime);
}

.pw-knowledge-hero p {
	color: rgba(255, 255, 255, .88);
}

.pw-knowledge-hub-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.pw-knowledge-hub-hero h1 {
	max-width: 980px;
}

.pw-knowledge-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pw-knowledge-hero-card {
	display: grid;
	gap: 18px;
	padding: clamp(26px, 4vw, 40px);
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 28px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 28px 70px rgba(21, 18, 37, .2);
	backdrop-filter: blur(16px);
}

.pw-knowledge-hero-card strong {
	color: var(--pw-lime);
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 900;
	line-height: .9;
}

.pw-knowledge-hero-card span {
	color: rgba(255, 255, 255, .84);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
}

.pw-knowledge-topics {
	background:
		radial-gradient(circle at 92% 8%, rgba(223, 255, 87, .24) 0 12%, transparent 13%),
		#fff;
}

.pw-knowledge-topic-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.pw-knowledge-topic-grid a {
	position: relative;
	display: grid;
	min-height: 260px;
	align-content: start;
	gap: 16px;
	padding: 24px;
	overflow: hidden;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 24px;
	background: #fff;
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 18px 48px rgba(36, 26, 90, .08);
	transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease, background-color .26s ease, color .26s ease;
}

.pw-knowledge-topic-grid a:hover {
	transform: translateY(-6px);
	border-color: rgba(111, 78, 232, .28);
	background: var(--pw-purple);
	color: #fff;
	box-shadow: 0 28px 70px rgba(82, 54, 212, .2);
}

.pw-knowledge-topic-grid span {
	display: inline-grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 18px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-knowledge-topic-grid svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.pw-knowledge-topic-grid strong {
	font-size: clamp(23px, 1.7vw, 31px);
	font-weight: 900;
	line-height: 1.05;
}

.pw-knowledge-topic-grid em {
	color: var(--pw-muted);
	font-size: 16px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.45;
}

.pw-knowledge-topic-grid a:hover em {
	color: rgba(255, 255, 255, .82);
}

.pw-knowledge-topic-grid i {
	margin-top: auto;
	color: var(--pw-purple);
	font-size: 26px;
	font-style: normal;
	font-weight: 900;
}

.pw-knowledge-topic-grid a:hover i {
	color: var(--pw-lime);
}

.pw-knowledge-start {
	background:
		linear-gradient(135deg, rgba(223, 255, 87, .2), rgba(111, 78, 232, .08)),
		#f7f4ff;
}

.pw-knowledge-start-grid {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.pw-knowledge-start h2 {
	margin: 0 0 20px;
	color: var(--pw-ink);
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 900;
	line-height: .96;
}

.pw-knowledge-start h2 span {
	color: var(--pw-purple);
}

.pw-knowledge-start p:not(.pw-section-kicker) {
	margin: 0;
	color: var(--pw-muted);
	font-size: clamp(18px, 1.35vw, 23px);
	font-weight: 650;
	line-height: 1.55;
}

.pw-knowledge-route {
	display: grid;
	gap: 14px;
}

.pw-knowledge-route a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 72px;
	padding: 18px 22px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 20px;
	background: #fff;
	color: var(--pw-ink);
	font-size: clamp(18px, 1.25vw, 23px);
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	box-shadow: 0 16px 40px rgba(36, 26, 90, .08);
	transition: transform .24s ease, background-color .24s ease, color .24s ease, box-shadow .24s ease;
}

.pw-knowledge-route a:hover {
	transform: translateX(6px);
	background: var(--pw-purple);
	color: #fff;
	box-shadow: 0 24px 58px rgba(82, 54, 212, .18);
}

.pw-knowledge-route span {
	color: var(--pw-purple);
}

.pw-knowledge-route a:hover span {
	color: var(--pw-lime);
}

.pw-knowledge-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 48px;
	align-items: end;
}

.pw-knowledge-expert {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	backdrop-filter: blur(16px);
	display: grid;
	grid-template-columns: 96px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.pw-knowledge-expert img {
	width: 96px;
	height: 96px;
	border-radius: 8px;
	object-fit: cover;
}

.pw-knowledge-expert strong {
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
}

.pw-knowledge-expert span {
	color: rgba(255, 255, 255, .82);
	line-height: 1.45;
}

.pw-knowledge-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 34px;
	align-items: start;
}

.pw-knowledge-content {
	max-width: none;
	padding: clamp(28px, 4vw, 54px);
	border: 1px solid var(--pw-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pw-shadow);
}

.pw-knowledge-content h2 {
	margin-top: 42px;
	color: var(--pw-ink);
}

.pw-knowledge-content h2:first-child {
	margin-top: 0;
}

.pw-knowledge-content ul {
	display: grid;
	gap: 12px;
	padding: 0;
	list-style: none;
}

.pw-knowledge-content li {
	position: relative;
	padding-left: 32px;
}

.pw-knowledge-content li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .55em;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--pw-lime);
	box-shadow: 0 0 0 5px rgba(223, 255, 87, .28);
}

.pw-knowledge-aside {
	position: sticky;
	top: 110px;
}

.pw-knowledge-aside-card {
	padding: 28px;
	border-radius: 8px;
	background: var(--pw-ink);
	color: #fff;
	box-shadow: var(--pw-shadow);
}

.pw-knowledge-aside-card h2 {
	margin: 18px 0 12px;
	font-size: 30px;
	line-height: 1.05;
}

.pw-knowledge-aside-card p {
	margin: 0 0 22px;
	color: rgba(255, 255, 255, .74);
	line-height: 1.55;
}

.pw-knowledge-aside-light {
	margin-top: 18px;
	background: #fff;
	color: var(--pw-ink);
}

.pw-knowledge-aside-light h2 {
	color: var(--pw-ink);
}

.pw-knowledge-aside-light p {
	color: var(--pw-muted);
}

.pw-knowledge-aside-light a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 0;
	color: var(--pw-purple);
	font-size: 17px;
	font-weight: 900;
	text-decoration: none;
	border-top: 1px solid rgba(21, 18, 37, .1);
}

.pw-knowledge-links-section {
	background:
		radial-gradient(circle at 10% 10%, rgba(223, 255, 87, .18) 0 12%, transparent 13%),
		#fff;
}

.pw-knowledge-related-section {
	background: #f7f4ff;
}

@media (max-width: 980px) {
	.pw-home-question-grid,
	.pw-knowledge-grid,
	.pw-knowledge-hub-hero,
	.pw-knowledge-topic-grid,
	.pw-knowledge-start-grid,
	.pw-knowledge-hero-grid,
	.pw-knowledge-layout {
		grid-template-columns: 1fr;
	}

	.pw-knowledge-aside {
		position: static;
	}
}

@media (max-width: 640px) {
	.pw-home-question-card,
	.pw-knowledge-card,
	.pw-home-questions-empty,
	.pw-knowledge-content,
	.pw-knowledge-aside-card {
		padding: 22px;
	}

	.pw-knowledge-expert {
		grid-template-columns: 72px minmax(0, 1fr);
	}

	.pw-knowledge-expert img {
		width: 72px;
		height: 72px;
	}

	.pw-knowledge-topic-grid a {
		min-height: auto;
	}
}

/* Mobile QA and unified archives */
.pw-mobile-sticky-cta {
	position: fixed;
	left: 14px;
	right: 14px;
	bottom: max(14px, env(safe-area-inset-bottom));
	z-index: 900;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px 14px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 18px 44px rgba(21, 18, 37, .22);
	transform: translateY(140%);
	transition: transform .25s ease, box-shadow .25s ease;
}

.pw-mobile-sticky-cta span,
.pw-mobile-sticky-cta em {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	flex: 0 0 auto;
	border-radius: 8px;
	background: var(--pw-purple);
	color: #fff;
	font-style: normal;
	font-weight: 900;
}

.pw-mobile-sticky-cta svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.pw-mobile-sticky-cta strong {
	min-width: 0;
	font-size: 17px;
	font-weight: 950;
	line-height: 1;
}

@media (max-width: 767px) {
	body {
		padding-bottom: 86px;
	}

	body.pw-modal-open,
	body.pw-menu-open {
		padding-bottom: 0;
	}

	.pw-mobile-sticky-cta {
		display: flex;
		transform: translateY(0);
	}

	body.pw-modal-open .pw-mobile-sticky-cta,
	body.pw-menu-open .pw-mobile-sticky-cta {
		transform: translateY(140%);
	}
}

@media (max-width: 991px) {
	.pw-site-header {
		position: relative;
		z-index: 1000;
	}

	.pw-menu-toggle {
		position: relative;
		place-items: center;
		transition: background .2s ease, transform .2s ease;
	}

	.pw-menu-toggle[aria-expanded="true"] {
		background: var(--pw-lime);
		transform: rotate(2deg);
	}

	.pw-menu-toggle[aria-expanded="true"] span {
		background: var(--pw-ink);
	}

	.pw-mobile-nav.is-open {
		max-height: calc(100dvh - 88px);
		padding: 0 14px 16px;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.pw-mobile-menu {
		gap: 8px;
		padding: 14px;
		border: 1px solid rgba(255, 255, 255, .14);
		background: rgba(21, 18, 37, .22);
		backdrop-filter: blur(18px);
	}

	.pw-mobile-menu a {
		align-items: center;
		min-height: 48px;
		padding: 10px 12px;
		border-radius: 8px;
		background: rgba(255, 255, 255, .08);
		color: #fff;
		font-size: 16px;
		line-height: 1.18;
		text-decoration: none;
		overflow-wrap: anywhere;
	}

	.pw-mobile-menu .pw-menu-icon {
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
	}

	.pw-mobile-menu .sub-menu,
	.pw-mobile-menu .pw-services-menu {
		display: grid;
		gap: 8px;
		width: 100%;
		margin: 8px 0 4px;
		padding: 10px;
		border-radius: 8px;
		background: rgba(255, 255, 255, .08);
	}

	.pw-mobile-menu .sub-menu a {
		min-height: 44px;
		padding: 9px 10px;
		color: rgba(255, 255, 255, .9);
		font-size: 14px;
	}

	.pw-mobile-menu .pw-menu-group {
		margin: 10px 4px 2px;
		color: var(--pw-lime);
		font-size: 10px;
		font-weight: 950;
		letter-spacing: .12em;
		text-transform: uppercase;
	}

	.pw-mobile-menu .pw-service-menu-item a {
		grid-template-columns: 34px minmax(0, 1fr);
	}
}

:where(
	.pw-library,
	.pw-cases-archive,
	.pw-services-archive,
	.pw-knowledge-page
) :where(.pw-library-shell, .pw-cases-shell, .pw-services-archive-shell, .pw-home-shell) {
	width: min(100% - 32px, var(--pw-container));
	margin-inline: auto;
}

:where(
	.pw-library,
	.pw-cases-archive,
	.pw-services-archive,
	.pw-knowledge-page
) :where(h1, h2, h3) {
	overflow-wrap: anywhere;
}

:where(
	.pw-library,
	.pw-cases-archive,
	.pw-services-archive,
	.pw-knowledge-page
) :where(.pw-library-post-grid, .pw-cases-grid, .pw-services-archive-grid, .pw-knowledge-grid) {
	align-items: stretch;
}

:where(
	.pw-library,
	.pw-cases-archive,
	.pw-services-archive,
	.pw-knowledge-page
) :where(.pw-btn, .pw-case-card-link, .pw-card-link, .pw-services-archive-card-bottom a) {
	-webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
	:where(
		.pw-library-hero,
		.pw-cases-hero,
		.pw-services-archive-hero,
		.pw-knowledge-hero
	) {
		padding-block: 58px 52px;
	}

	:where(
		.pw-library-hero,
		.pw-cases-hero,
		.pw-services-archive-hero,
		.pw-knowledge-hero
	) h1 {
		font-size: clamp(42px, 13vw, 62px);
		line-height: .98;
	}

	:where(
		.pw-library-hero,
		.pw-cases-hero,
		.pw-services-archive-hero,
		.pw-knowledge-hero
	) p {
		font-size: 17px;
		line-height: 1.5;
	}

	:where(
		.pw-library,
		.pw-cases-archive,
		.pw-services-archive,
		.pw-knowledge-page
	) :where(.pw-actions, .pw-service-final-actions, .pw-final-actions, .pw-library-actions) {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		width: 100%;
	}

	:where(
		.pw-library,
		.pw-cases-archive,
		.pw-services-archive,
		.pw-knowledge-page
	) .pw-btn {
		width: 100%;
		min-height: 56px;
	}
}

@media (max-width: 480px) {
	.pw-contact-modal {
		padding: 10px;
	}

	.pw-contact-modal-dialog {
		width: 100%;
		max-height: calc(100dvh - 20px);
	}

	.pw-contact-modal-aside,
	.pw-contact-modal-form {
		padding: 28px 18px;
	}

	.pw-contact-modal-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
	.pw-contact-modal-form textarea,
	.pw-contact-modal-form select {
		min-height: 54px;
		font-size: 16px;
	}

.pw-contact-modal-form .wpcf7-list-item {
		padding: 10px 12px;
	}
}

/* Section image controls from the admin panel. */
.pw-section-media-bg {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(246, 244, 255, .86)),
		var(--pw-section-image);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.pw-section-media-bg:is(.pw-home-hero, .pw-library-hero, .pw-about-hero, .pw-faq-hero, .pw-service-hero, .pw-case-hero) {
	background-image:
		linear-gradient(135deg, rgba(107, 79, 232, .93), rgba(82, 54, 212, .88)),
		var(--pw-section-image);
}

/* Breadcrumbs */
.pw-breadcrumbs {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	width: fit-content;
	max-width: 100%;
	margin: 0 0 clamp(22px, 2.2vw, 34px);
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 18px 48px rgba(18, 12, 55, .12);
	backdrop-filter: blur(12px);
	color: rgba(255, 255, 255, .82);
	font-size: clamp(14px, 1vw, 17px);
	font-weight: 700;
	line-height: 1.2;
}

.pw-breadcrumbs a,
.pw-breadcrumbs-current {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 38px;
	padding: 8px 13px;
	border-radius: 999px;
	color: inherit;
	transition: color .24s ease, background-color .24s ease, transform .24s ease;
}

.pw-breadcrumbs a {
	color: var(--pw-white);
}

.pw-breadcrumbs a:hover {
	color: var(--pw-ink);
	background: var(--pw-lime);
	transform: translateY(-1px);
}

.pw-breadcrumbs-current {
	color: rgba(255, 255, 255, .72);
}

.pw-breadcrumbs-icon {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-breadcrumbs-icon svg {
	width: 17px;
	height: 17px;
	fill: currentColor;
}

.pw-breadcrumbs-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(223, 255, 87, .16);
	color: var(--pw-lime);
	font-size: 14px;
	font-weight: 900;
}

.pw-service-breadcrumbs {
	margin-bottom: 24px;
}

@media (max-width: 767px) {
	.pw-breadcrumbs {
		gap: 6px;
		width: 100%;
		padding: 7px;
		border-radius: 18px;
		font-size: 13px;
	}

	.pw-breadcrumbs a,
	.pw-breadcrumbs-current {
		min-height: 34px;
		padding: 7px 9px;
	}

	.pw-breadcrumbs-current {
		max-width: 100%;
	}

	.pw-breadcrumbs-current span:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* Font unification layer. */
:where(.pw-site-header, .pw-main, .pw-site-footer, .pw-contact-modal) :where(h1, h2, h3, h4, h5, h6, p, a, li, span, strong, em, small, button, input, textarea, select, label) {
	font-family: var(--pw-font) !important;
	letter-spacing: 0;
}

.pw-library-card-body {
	min-height: 260px;
}

.pw-library-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: fit-content;
	min-height: 54px;
	margin-top: auto;
	padding: 8px 8px 8px 20px;
	border-radius: 8px;
	background: var(--pw-purple);
	color: var(--pw-white);
	box-shadow: 0 18px 40px rgba(81, 55, 202, .2);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.pw-library-card-button .pw-btn-icon {
	width: 38px;
	height: 38px;
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-library-card-button:hover {
	transform: translateY(-3px);
	background: var(--pw-purple-dark);
	box-shadow: 0 24px 52px rgba(81, 55, 202, .28);
}

/* Home typography polish: keep cards expressive without clipping long Russian text. */
.pw-hero-text strong {
	font-weight: 500;
}

.pw-home-result p {
	font-weight: 500;
}

.pw-work-copy .pw-section-lead {
	font-weight: 500;
}

.pw-situation-grid {
	grid-template-columns: minmax(0, .74fr) minmax(340px, 1fr);
	gap: clamp(34px, 4vw, 56px);
}

.pw-situation-grid > div:first-child {
	min-width: 0;
	max-width: 780px;
}

.pw-situation-grid h2 {
	max-width: 720px;
	font-size: clamp(38px, 4.4vw, 56px);
	font-weight: 820;
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
	overflow-wrap: normal;
	hyphens: none;
}

.pw-situation-grid h2 span {
	white-space: nowrap;
}

.pw-situation-grid .pw-section-lead {
	max-width: 700px;
	margin-top: clamp(18px, 2vw, 26px);
	font-size: clamp(17px, 1.35vw, 20px);
	font-weight: 500;
	line-height: 1.55;
	text-wrap: pretty;
}

.pw-work-card-grid {
	gap: clamp(16px, 1.8vw, 24px);
}

.pw-work-card-grid article {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: clamp(340px, 28vw, 390px);
	padding: clamp(24px, 2.1vw, 34px);
}

.pw-work-card-grid .pw-card-icon {
	width: clamp(58px, 5vw, 72px);
	height: clamp(58px, 5vw, 72px);
	margin-bottom: clamp(18px, 1.8vw, 28px);
	border-radius: 16px;
}

.pw-work-card-grid strong {
	max-width: 100%;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 760;
	line-height: 1.08;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.pw-work-card-grid p {
	max-width: 100%;
	margin-top: clamp(14px, 1.3vw, 18px);
	font-size: clamp(17px, 1.15vw, 21px);
	font-weight: 500;
	line-height: 1.42;
	overflow-wrap: anywhere;
}

.pw-benefit-cards article {
	min-height: clamp(260px, 20vw, 310px);
	padding: clamp(30px, 2.6vw, 42px);
}

.pw-benefit-cards h3 {
	margin-bottom: clamp(14px, 1.2vw, 20px);
	font-size: clamp(26px, 2vw, 34px);
	font-weight: 780;
	line-height: 1.08;
}

.pw-benefit-cards p {
	font-size: clamp(18px, 1.22vw, 22px);
	font-weight: 500;
	line-height: 1.48;
}

.pw-benefit-list {
	gap: clamp(14px, 1.2vw, 18px);
	padding: clamp(28px, 2.5vw, 40px);
}

.pw-benefit-list li {
	align-items: flex-start;
	min-width: 0;
	padding: clamp(14px, 1.2vw, 20px);
	font-size: clamp(17px, 1.18vw, 21px);
	font-weight: 760;
	line-height: 1.35;
}

.pw-benefit-list li::before {
	flex: 0 0 auto;
	margin-top: .08em;
}

@media (max-width: 1180px) {
	.pw-situation-grid {
		grid-template-columns: 1fr;
	}

	.pw-situation-grid > div:first-child,
	.pw-situation-grid h2,
	.pw-situation-grid .pw-section-lead {
		max-width: 100%;
	}

	.pw-situation-grid h2 {
		font-size: clamp(36px, 7vw, 54px);
	}

	.pw-work-card-grid {
		grid-template-columns: 1fr;
	}

	.pw-work-card-grid article {
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.pw-situation-grid h2 {
		font-size: clamp(34px, 10.5vw, 48px);
		line-height: 1.08;
	}

	.pw-situation-grid .pw-section-lead {
		font-size: 17px;
		line-height: 1.55;
	}

	.pw-work-card-grid strong {
		font-size: clamp(24px, 7vw, 32px);
	}

	.pw-work-card-grid p {
		font-size: 17px;
	}

	.pw-benefit-cards h3 {
		font-size: clamp(24px, 7vw, 31px);
	}

	.pw-benefit-cards p,
	.pw-benefit-list li {
		font-size: 17px;
	}
}

/* Admin-controlled typography presets. */
body {
	--pw-type-body-size: 16px;
	--pw-type-card-size: 18px;
	--pw-type-lead-size: 20px;
	--pw-type-small-title-size: 24px;
	--pw-type-card-title-size: 30px;
	--pw-type-section-title-size: clamp(42px, 5.2vw, 72px);
	--pw-type-hero-title-size: clamp(56px, 7.4vw, 108px);
	--pw-type-text-weight: 500;
	--pw-type-heading-weight: 800;
}

body.pw-type-size-compact,
.pw-section-type-compact {
	--pw-type-body-size: 14px;
	--pw-type-card-size: 16px;
	--pw-type-lead-size: 18px;
	--pw-type-small-title-size: 21px;
	--pw-type-card-title-size: 26px;
	--pw-type-section-title-size: clamp(34px, 4.2vw, 56px);
	--pw-type-hero-title-size: clamp(42px, 6vw, 82px);
}

body.pw-type-size-normal,
.pw-section-type-normal {
	--pw-type-body-size: 16px;
	--pw-type-card-size: 18px;
	--pw-type-lead-size: 20px;
	--pw-type-small-title-size: 24px;
	--pw-type-card-title-size: 30px;
	--pw-type-section-title-size: clamp(42px, 5.2vw, 72px);
	--pw-type-hero-title-size: clamp(56px, 7.4vw, 108px);
}

body.pw-type-size-medium,
.pw-section-type-medium {
	--pw-type-body-size: 17px;
	--pw-type-card-size: 20px;
	--pw-type-lead-size: 22px;
	--pw-type-small-title-size: 27px;
	--pw-type-card-title-size: 34px;
	--pw-type-section-title-size: clamp(48px, 5.7vw, 82px);
	--pw-type-hero-title-size: clamp(64px, 8vw, 122px);
}

body.pw-type-size-large,
.pw-section-type-large {
	--pw-type-body-size: 18px;
	--pw-type-card-size: 22px;
	--pw-type-lead-size: 24px;
	--pw-type-small-title-size: 30px;
	--pw-type-card-title-size: 38px;
	--pw-type-section-title-size: clamp(54px, 6.2vw, 92px);
	--pw-type-hero-title-size: clamp(70px, 8.8vw, 136px);
}

body.pw-type-size-xlarge,
.pw-section-type-xlarge {
	--pw-type-body-size: 20px;
	--pw-type-card-size: 24px;
	--pw-type-lead-size: 27px;
	--pw-type-small-title-size: 34px;
	--pw-type-card-title-size: 44px;
	--pw-type-section-title-size: clamp(60px, 7vw, 104px);
	--pw-type-hero-title-size: clamp(76px, 9.4vw, 148px);
}

body.pw-type-weight-light,
.pw-section-weight-light {
	--pw-type-text-weight: 400;
}

body.pw-type-weight-regular,
.pw-section-weight-regular {
	--pw-type-text-weight: 450;
}

body.pw-type-weight-medium,
.pw-section-weight-medium {
	--pw-type-text-weight: 500;
}

body.pw-type-weight-bold,
.pw-section-weight-bold {
	--pw-type-text-weight: 700;
}

body.pw-type-weight-extrabold,
.pw-section-weight-extrabold {
	--pw-type-text-weight: 800;
}

body.pw-heading-weight-light {
	--pw-type-heading-weight: 600;
}

body.pw-heading-weight-regular {
	--pw-type-heading-weight: 650;
}

body.pw-heading-weight-medium {
	--pw-type-heading-weight: 720;
}

body.pw-heading-weight-bold {
	--pw-type-heading-weight: 800;
}

body.pw-heading-weight-extrabold {
	--pw-type-heading-weight: 900;
}

.pw-section-weight-light {
	--pw-type-heading-weight: 600;
}

.pw-section-weight-regular {
	--pw-type-heading-weight: 650;
}

.pw-section-weight-medium {
	--pw-type-heading-weight: 720;
}

.pw-section-weight-bold {
	--pw-type-heading-weight: 800;
}

.pw-section-weight-extrabold {
	--pw-type-heading-weight: 900;
}

.pw-main :where(.pw-home-hero h1, .pw-service-hero h1, .pw-page-hero h1, .pw-blog-hero h1, .pw-case-hero h1, .pw-archive-hero h1, .pw-article-hero h1) {
	font-size: var(--pw-type-hero-title-size) !important;
	font-weight: var(--pw-type-heading-weight) !important;
	line-height: .94;
}

.pw-main :where(h2, .pw-section-title, .pw-library-heading, .pw-cases-heading) {
	font-size: var(--pw-type-section-title-size) !important;
	font-weight: var(--pw-type-heading-weight) !important;
	line-height: 1.05;
}

.pw-main :where(h3, .pw-card h3, .pw-card-title, .pw-service-card h3, .pw-library-card h3, .pw-case-card h3, .pw-testimonial-card h3, .pw-format-card h3) {
	font-size: var(--pw-type-card-title-size);
	font-weight: var(--pw-type-heading-weight);
	line-height: 1.12;
}

.pw-main :where(h4, .pw-mini-title, .pw-step-card h3, .pw-faq-question span, .pw-result-node strong, .pw-work-card-grid strong, .pw-benefit-list li) {
	font-size: var(--pw-type-small-title-size);
	font-weight: var(--pw-type-heading-weight);
	line-height: 1.18;
}

.pw-main :where(p, li, dd, .pw-card p, .pw-service-card p, .pw-library-card p, .pw-case-card p, .pw-testimonial-card p, .pw-contact-card p, .pw-footer-link) {
	font-size: var(--pw-type-body-size);
	font-weight: var(--pw-type-text-weight);
}

.pw-main :where(.pw-section-lead, .pw-hero-text, .pw-hero-text strong, .pw-service-hero-text p, .pw-page-hero p, .pw-blog-hero p, .pw-case-hero p, .pw-article-lead, .pw-about-text p, .pw-work-copy .pw-section-lead, .pw-home-result p) {
	font-size: var(--pw-type-lead-size) !important;
	font-weight: var(--pw-type-text-weight) !important;
	line-height: 1.55;
}

.pw-main :where(.pw-btn, .pw-button, .pw-library-card-button, .pw-modal-trigger, button, input[type="submit"]) {
	font-weight: 700;
}

@media (max-width: 767px) {
	body,
	body.pw-type-size-normal,
	body.pw-type-size-medium,
	body.pw-type-size-large,
	body.pw-type-size-xlarge,
	.pw-section-type-normal,
	.pw-section-type-medium,
	.pw-section-type-large,
	.pw-section-type-xlarge {
		--pw-type-body-size: 16px;
		--pw-type-card-size: 17px;
		--pw-type-lead-size: 18px;
		--pw-type-small-title-size: 22px;
		--pw-type-card-title-size: 26px;
		--pw-type-section-title-size: clamp(34px, 10vw, 48px);
		--pw-type-hero-title-size: clamp(40px, 12vw, 60px);
	}

	body.pw-type-size-compact,
	.pw-section-type-compact {
		--pw-type-body-size: 15px;
		--pw-type-card-size: 16px;
		--pw-type-lead-size: 17px;
		--pw-type-small-title-size: 20px;
		--pw-type-card-title-size: 24px;
		--pw-type-section-title-size: clamp(30px, 9vw, 42px);
		--pw-type-hero-title-size: clamp(36px, 11vw, 52px);
	}
}

/* Blog/library hero contrast: the section can use a dark photo overlay from admin settings. */
.pw-library-hero,
.pw-library-hero.pw-section-media-bg {
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(107, 79, 232, .94), rgba(82, 54, 212, .9)),
		var(--pw-section-image, none);
	background-color: var(--pw-purple);
}

.pw-library-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 14% 22%, rgba(219, 255, 87, .18) 0 12%, transparent 13%),
		radial-gradient(circle at 86% 78%, rgba(255, 255, 255, .12) 0 18%, transparent 19%);
}

.pw-library-hero > * {
	position: relative;
	z-index: 1;
}

.pw-library-hero .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-library-hero h1 {
	color: var(--pw-white) !important;
	text-shadow: none;
}

.pw-library-hero h1 span {
	color: var(--pw-lime) !important;
	opacity: 1;
}

.pw-library-hero-text p {
	color: rgba(255, 255, 255, .88) !important;
	text-shadow: none;
}

.pw-library-hero .pw-breadcrumbs {
	border-color: rgba(255, 255, 255, .24);
	background: rgba(255, 255, 255, .14);
}

.pw-library-hero .pw-breadcrumbs a,
.pw-library-hero .pw-breadcrumbs-current {
	color: var(--pw-white);
}

.pw-library-hero .pw-breadcrumbs svg,
.pw-library-hero .pw-breadcrumbs-separator {
	color: var(--pw-lime);
}

/* Testimonials hero contrast with admin-selected images. */
.pw-testimonials-hero,
.pw-testimonials-hero.pw-section-media-bg {
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .96), rgba(107, 79, 232, .88)),
		var(--pw-section-image, none);
	background-color: var(--pw-purple);
	background-position: center;
	background-size: cover;
}

.pw-testimonials-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 18% 26%, rgba(219, 255, 87, .16) 0 10%, transparent 11%),
		linear-gradient(90deg, rgba(21, 18, 37, .18), transparent 45%, rgba(21, 18, 37, .16));
}

.pw-testimonials-hero > * {
	position: relative;
	z-index: 1;
}

.pw-testimonials-hero .pw-kicker {
	color: var(--pw-lime) !important;
}

.pw-testimonials-hero h1 {
	color: var(--pw-white) !important;
	text-shadow: none;
}

.pw-testimonials-hero h1 span {
	color: var(--pw-lime) !important;
	-webkit-text-fill-color: currentColor;
}

.pw-testimonials-hero p {
	color: rgba(255, 255, 255, .9) !important;
	text-shadow: none;
}

.pw-testimonials-hero-card {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(12px);
}

.pw-testimonials-hero-card span {
	color: rgba(255, 255, 255, .9);
}

.pw-testimonials-hero .pw-breadcrumbs {
	border-color: rgba(255, 255, 255, .26);
	background: rgba(255, 255, 255, .14);
}

.pw-testimonials-hero .pw-breadcrumbs a,
.pw-testimonials-hero .pw-breadcrumbs-current {
	color: var(--pw-white);
}

/* Contact hero contrast with admin-selected images. */
.pw-contact-hero,
.pw-contact-hero.pw-section-media-bg {
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .96), rgba(107, 79, 232, .89)),
		var(--pw-section-image, none);
	background-color: var(--pw-purple);
	background-position: center;
	background-size: cover;
}

.pw-contact-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 14% 22%, rgba(219, 255, 87, .18) 0 11%, transparent 12%),
		linear-gradient(90deg, rgba(21, 18, 37, .18), transparent 46%, rgba(21, 18, 37, .14));
}

.pw-contact-hero > * {
	position: relative;
	z-index: 1;
}

.pw-contact-hero .pw-kicker {
	color: var(--pw-lime) !important;
}

.pw-contact-hero h1 {
	color: var(--pw-white) !important;
	text-shadow: none;
}

.pw-contact-hero h1 span {
	color: var(--pw-lime) !important;
	-webkit-text-fill-color: currentColor;
}

.pw-contact-hero p {
	color: rgba(255, 255, 255, .9) !important;
	text-shadow: none;
}

.pw-contact-hero-card {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(12px);
}

.pw-contact-hero-card strong {
	color: var(--pw-white) !important;
}

.pw-contact-hero-card p {
	color: rgba(255, 255, 255, .9) !important;
}

.pw-contact-hero .pw-breadcrumbs {
	border-color: rgba(255, 255, 255, .26);
	background: rgba(255, 255, 255, .14);
}

.pw-contact-hero .pw-breadcrumbs a,
.pw-contact-hero .pw-breadcrumbs-current {
	color: var(--pw-white);
}

/* SEO landing pages and article internal linking. */
.pw-seo-landing-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(86px, 10vw, 148px) 0 clamp(70px, 8vw, 112px);
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .96), rgba(107, 79, 232, .9)),
		var(--pw-section-image, none);
	background-position: center;
	background-size: cover;
}

.pw-seo-landing-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(circle at 14% 20%, rgba(223, 255, 87, .22) 0 12%, transparent 13%),
		linear-gradient(90deg, rgba(21, 18, 37, .24), transparent 48%);
	pointer-events: none;
}

.pw-seo-landing-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: clamp(28px, 5vw, 70px);
	align-items: center;
}

.pw-seo-landing-hero h1 {
	max-width: 980px;
	margin: 24px 0 22px;
	color: var(--pw-white);
	font-size: clamp(54px, 7vw, 118px);
	font-weight: 900;
	line-height: .9;
}

.pw-seo-landing-hero h1 span,
.pw-seo-landing-hero .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-seo-landing-lead {
	max-width: 820px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, .88);
	font-size: clamp(20px, 1.6vw, 28px);
	font-weight: 600;
	line-height: 1.45;
}

.pw-seo-landing-hero-card {
	display: grid;
	gap: 18px;
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 30px;
	background: rgba(255, 255, 255, .12);
	box-shadow: 0 30px 80px rgba(21, 18, 37, .18);
	backdrop-filter: blur(16px);
}

.pw-seo-landing-hero-card > span,
.pw-seo-landing-link-card > span {
	display: inline-grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border-radius: 20px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-seo-landing-hero-card svg,
.pw-seo-landing-link-card svg {
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.pw-seo-landing-hero-card strong {
	color: var(--pw-white);
	font-size: clamp(28px, 2.3vw, 40px);
	font-weight: 900;
	line-height: 1.08;
}

.pw-seo-landing-hero-card p {
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55;
}

.pw-seo-landing-section {
	padding: clamp(64px, 8vw, 120px) 0;
	background: #fff;
}

.pw-seo-landing-two {
	display: grid;
	grid-template-columns: minmax(0, .82fr) minmax(320px, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.pw-seo-landing-section h2 {
	margin: 0 0 20px;
	color: var(--pw-ink);
	font-size: clamp(42px, 5vw, 82px);
	font-weight: 900;
	line-height: .96;
}

.pw-seo-landing-section h2 span {
	color: var(--pw-purple);
}

.pw-seo-landing-section p:not(.pw-section-kicker) {
	margin: 0;
	color: var(--pw-muted);
	font-size: clamp(18px, 1.35vw, 23px);
	font-weight: 600;
	line-height: 1.55;
}

.pw-seo-landing-list {
	display: grid;
	gap: 16px;
}

.pw-seo-landing-list div {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 16px;
	align-items: center;
	padding: 18px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(36, 26, 90, .08);
}

.pw-seo-landing-list span {
	display: inline-grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: rgba(111, 78, 232, .12);
	color: var(--pw-purple);
}

.pw-seo-landing-list svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-seo-landing-list strong {
	color: var(--pw-ink);
	font-size: clamp(18px, 1.2vw, 22px);
	font-weight: 850;
	line-height: 1.3;
}

.pw-seo-landing-purple {
	color: var(--pw-white);
	background:
		radial-gradient(circle at 86% 8%, rgba(223, 255, 87, .16) 0 14%, transparent 15%),
		linear-gradient(135deg, #6547e8 0%, #7556ee 100%);
}

.pw-seo-landing-purple h2,
.pw-seo-landing-purple .pw-section-kicker {
	color: var(--pw-white);
}

.pw-seo-landing-purple h2 span {
	color: var(--pw-lime);
}

.pw-seo-landing-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: clamp(30px, 4vw, 54px);
}

.pw-seo-landing-cards article {
	display: grid;
	align-content: space-between;
	min-height: 220px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 28px;
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 24px 60px rgba(21, 18, 37, .16);
}

.pw-seo-landing-cards article span {
	color: var(--pw-lime);
	font-size: 16px;
	font-weight: 900;
	letter-spacing: .08em;
}

.pw-seo-landing-cards h3 {
	margin: 36px 0 0;
	color: var(--pw-white);
	font-size: clamp(23px, 1.9vw, 34px);
	font-weight: 900;
	line-height: 1.1;
}

.pw-seo-landing-link-card {
	display: grid;
	gap: 18px;
	padding: clamp(26px, 4vw, 44px);
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 30px;
	background:
		linear-gradient(135deg, rgba(111, 78, 232, .08), rgba(223, 255, 87, .16)),
		#fff;
	box-shadow: var(--pw-shadow);
}

.pw-seo-landing-link-card h3 {
	margin: 0;
	color: var(--pw-ink);
	font-size: clamp(28px, 2.4vw, 42px);
	font-weight: 900;
}

.pw-seo-landing-link-card a {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	color: var(--pw-purple);
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
}

.pw-seo-landing-faq {
	background: #f7f4ff;
}

.pw-seo-landing-final {
	padding: clamp(64px, 8vw, 118px) 0;
	text-align: center;
	color: var(--pw-white);
	background:
		radial-gradient(circle at 14% 20%, rgba(223, 255, 87, .22) 0 12%, transparent 13%),
		linear-gradient(135deg, #6547e8, #7455ee);
}

.pw-seo-landing-final h2 {
	max-width: 900px;
	margin: 0 auto 18px;
	color: var(--pw-white);
	font-size: clamp(42px, 5vw, 84px);
	font-weight: 900;
	line-height: .96;
}

.pw-seo-landing-final p:not(.pw-section-kicker) {
	max-width: 760px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(18px, 1.4vw, 24px);
	font-weight: 600;
	line-height: 1.55;
}

.pw-article-resource-block,
.pw-article-more-posts {
	margin: clamp(34px, 5vw, 58px) 0;
	padding: clamp(26px, 4vw, 40px);
	border-radius: 28px;
	background:
		radial-gradient(circle at 96% 8%, rgba(223, 255, 87, .28) 0 14%, transparent 15%),
		linear-gradient(135deg, rgba(111, 78, 232, .1), rgba(255, 255, 255, .98));
	box-shadow: 0 22px 60px rgba(36, 26, 90, .1);
}

.pw-article-resource-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
	gap: 24px;
	align-items: center;
}

.pw-article-resource-block h2,
.pw-article-more-posts h2 {
	margin: 0 0 14px;
	color: var(--pw-ink);
	font-size: clamp(30px, 3vw, 48px);
	font-weight: 900;
	line-height: 1.02;
}

.pw-article-resource-block p:not(.pw-section-kicker) {
	margin: 0;
	color: var(--pw-muted);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.55;
}

.pw-article-resource-link {
	display: grid;
	gap: 12px;
	padding: 24px;
	border-radius: 24px;
	background: var(--pw-purple);
	color: #fff;
	text-decoration: none;
	transition: transform .28s ease, box-shadow .28s ease;
}

.pw-article-resource-link:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 54px rgba(82, 54, 212, .24);
}

.pw-article-resource-link span {
	display: inline-grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-article-resource-link svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-article-resource-link strong {
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.pw-article-resource-link i {
	font-style: normal;
	color: var(--pw-lime);
	font-size: 28px;
	font-weight: 900;
}

.pw-article-more-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.pw-article-more-grid article {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	gap: 14px;
	padding: 24px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(36, 26, 90, .08);
}

.pw-article-more-grid article > span {
	display: inline-grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 16px;
	background: rgba(111, 78, 232, .12);
	color: var(--pw-purple);
}

.pw-article-more-grid svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-article-more-grid h3 {
	margin: 0;
	color: var(--pw-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.16;
}

.pw-article-more-grid h3 a {
	color: inherit;
	text-decoration: none;
}

.pw-article-more-grid p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 16px;
	font-weight: 650;
	line-height: 1.5;
}

.pw-article-more-grid article > a {
	margin-top: auto;
	color: var(--pw-purple);
	font-weight: 900;
	text-decoration: none;
}

.pw-format-quiz {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, .78fr) minmax(320px, 1fr);
	gap: clamp(24px, 5vw, 70px);
	align-items: start;
	margin-bottom: clamp(46px, 7vw, 90px);
	padding: clamp(26px, 5vw, 54px);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 34px;
	background:
		radial-gradient(circle at 8% 14%, rgba(223, 255, 87, .16) 0 12%, transparent 13%),
		linear-gradient(135deg, rgba(82, 54, 212, .98), rgba(107, 79, 232, .94));
	box-shadow: 0 26px 70px rgba(21, 18, 37, .18);
	backdrop-filter: blur(16px);
}

.pw-format-quiz-copy h2 {
	margin: 0 0 18px;
	color: var(--pw-white);
	font-size: clamp(38px, 5vw, 78px);
	font-weight: 900;
	line-height: .96;
}

.pw-format-quiz-copy h2 span,
.pw-format-quiz-copy .pw-section-kicker {
	color: var(--pw-lime);
}

.pw-format-quiz-copy p:not(.pw-section-kicker) {
	max-width: 680px;
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: clamp(18px, 1.4vw, 23px);
	font-weight: 600;
	line-height: 1.55;
}

.pw-format-quiz-panel {
	display: grid;
	grid-template-columns: minmax(220px, .82fr) minmax(260px, 1fr);
	gap: 18px;
}

.pw-format-quiz-options {
	display: grid;
	gap: 10px;
}

.pw-format-quiz-options button {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 12px;
	align-items: center;
	width: 100%;
	min-height: 64px;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 18px;
	background: rgba(255, 255, 255, .12);
	color: rgba(255, 255, 255, .9);
	font: inherit;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
	transition: background-color .24s ease, color .24s ease, transform .24s ease, border-color .24s ease;
}

.pw-format-quiz-options button:hover,
.pw-format-quiz-options button.is-active {
	transform: translateY(-2px);
	border-color: rgba(223, 255, 87, .7);
	background: var(--pw-lime);
	color: var(--pw-ink);
}

.pw-format-quiz-options span {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 14px;
	background: rgba(111, 78, 232, .22);
	color: currentColor;
}

.pw-format-quiz-options svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.pw-format-quiz-results {
	position: relative;
	min-height: 100%;
}

.pw-format-quiz-results article {
	display: none;
	min-height: 100%;
	padding: clamp(22px, 3vw, 34px);
	border-radius: 26px;
	background: var(--pw-white);
	color: var(--pw-ink);
	box-shadow: 0 22px 54px rgba(21, 18, 37, .18);
	animation: pwQuizIn .32s ease both;
}

.pw-format-quiz-results article.is-active {
	display: grid;
	align-content: center;
	gap: 14px;
}

.pw-format-quiz-results p {
	margin: 0;
	color: var(--pw-purple);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pw-format-quiz-results h3 {
	margin: 0;
	color: var(--pw-ink);
	font-size: clamp(28px, 2.9vw, 46px);
	font-weight: 900;
	line-height: 1.04;
}

.pw-format-quiz-results span {
	color: var(--pw-muted);
	font-size: 18px;
	font-weight: 650;
	line-height: 1.5;
}

.pw-format-quiz-results a {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
	color: var(--pw-purple);
	font-size: 18px;
	font-weight: 900;
	text-decoration: none;
}

.pw-format-quiz-results i {
	font-style: normal;
}

.pw-format-quiz-submit {
	grid-column: 2;
	justify-self: start;
	margin-top: 4px;
}

.pw-auto-toc-card {
	display: grid;
	gap: 14px;
	padding: 22px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(36, 26, 90, .08);
}

.pw-auto-toc-card strong,
.pw-auto-toc-card h2 {
	margin: 0;
	color: var(--pw-ink);
	font-size: 22px;
	font-weight: 900;
}

.pw-auto-toc ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pw-auto-toc a {
	display: block;
	color: var(--pw-muted);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
	transition: color .2s ease, transform .2s ease;
}

.pw-auto-toc a:hover {
	transform: translateX(4px);
	color: var(--pw-purple);
}

.pw-auto-toc a.is-child {
	padding-left: 14px;
	font-size: 14px;
	font-weight: 700;
}

.pw-author-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	color: var(--pw-purple);
	font-weight: 900;
	text-decoration: none;
}

.pw-knowledge-template-form-section {
	background:
		radial-gradient(circle at 90% 20%, rgba(223, 255, 87, .2) 0 12%, transparent 13%),
		linear-gradient(135deg, #fff, #f7f4ff);
}

.pw-knowledge-template-form {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
	gap: clamp(22px, 4vw, 54px);
	align-items: center;
	padding: clamp(26px, 4vw, 48px);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--pw-shadow);
}

.pw-knowledge-template-form h2 {
	margin: 0 0 16px;
	color: var(--pw-ink);
	font-size: clamp(34px, 4vw, 64px);
	font-weight: 900;
	line-height: 1;
}

.pw-knowledge-template-form h2 span {
	color: var(--pw-purple);
}

.pw-knowledge-template-form p {
	max-width: 680px;
	color: var(--pw-muted);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}

.pw-mini-lead-form {
	display: grid;
	gap: 14px;
	padding: 20px;
	border-radius: 8px;
	background: var(--pw-surface);
}

.pw-mini-lead-form label {
	display: grid;
	gap: 8px;
	color: var(--pw-ink);
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.pw-mini-lead-form input {
	width: 100%;
	height: var(--pw-btn-height);
	padding: 0 20px;
	border: 1px solid rgba(21, 18, 37, .12);
	border-radius: 8px;
	background: #fff;
	color: var(--pw-ink);
	font: inherit;
	font-size: 18px;
	font-weight: 700;
}

.pw-mini-lead-form p {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.pw-case-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 26px 0 34px;
}

.pw-case-filter a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 8px 16px;
	border: 1px solid rgba(111, 78, 232, .18);
	border-radius: 8px;
	background: #fff;
	color: var(--pw-ink);
	font-size: 16px;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 12px 32px rgba(36, 26, 90, .06);
	transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease;
}

.pw-case-filter a:hover,
.pw-case-filter a.is-active {
	transform: translateY(-2px);
	border-color: var(--pw-purple);
	background: var(--pw-purple);
	color: #fff;
}

.pw-case-filter span {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-case-filter svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.pw-case-related-section,
.pw-service-case-section,
.pw-expert-focus,
.pw-editorial-content {
	background: linear-gradient(135deg, #fff, #f7f4ff);
}

.pw-case-related-layout {
	display: grid;
	grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
	gap: 22px;
	align-items: stretch;
}

.pw-case-service-match,
.pw-case-related-card,
.pw-service-case-card,
.pw-expert-topic-card,
.pw-editorial-card {
	display: grid;
	gap: 14px;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 8px;
	background: #fff;
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 18px 48px rgba(36, 26, 90, .08);
}

.pw-case-service-match {
	background: var(--pw-purple);
	color: #fff;
}

.pw-case-service-match > span,
.pw-case-related-card > span,
.pw-service-case-card > span,
.pw-expert-topic-card > span,
.pw-editorial-card > span {
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-case-service-match svg,
.pw-case-related-card svg,
.pw-service-case-card svg,
.pw-expert-topic-card svg,
.pw-editorial-card svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.pw-case-service-match em {
	color: var(--pw-lime);
	font-style: normal;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pw-case-service-match strong,
.pw-case-related-card h3,
.pw-service-case-card h3,
.pw-expert-topic-card h3,
.pw-editorial-card h2 {
	margin: 0;
	font-size: clamp(22px, 2vw, 32px);
	font-weight: 900;
	line-height: 1.08;
}

.pw-case-service-match p,
.pw-case-related-card p,
.pw-service-case-card p,
.pw-expert-topic-card p,
.pw-editorial-card p {
	margin: 0;
	color: var(--pw-muted);
	font-size: 17px;
	font-weight: 650;
	line-height: 1.5;
}

.pw-case-service-match p {
	color: rgba(255, 255, 255, .82);
}

.pw-case-service-match i,
.pw-case-related-card > a,
.pw-service-case-card > a {
	margin-top: auto;
	color: var(--pw-purple);
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
}

.pw-case-service-match i {
	color: var(--pw-lime);
}

.pw-case-related-grid,
.pw-service-case-grid,
.pw-expert-card-grid,
.pw-editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.pw-service-case-grid,
.pw-editorial-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pw-expert-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: center;
}

.pw-expert-portrait {
	position: relative;
	margin: 0;
	padding: 12px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .14);
	border: 1px solid rgba(255, 255, 255, .24);
}

.pw-expert-portrait img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 8px;
}

.pw-expert-portrait figcaption {
	position: absolute;
	left: 26px;
	right: 26px;
	bottom: 26px;
	padding: 14px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-weight: 900;
}

.pw-expert-policy-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	padding: clamp(28px, 5vw, 54px);
	border-radius: 8px;
	background: var(--pw-purple);
	color: #fff;
}

.pw-expert-policy-inner h2,
.pw-expert-policy-inner p {
	color: inherit;
}

.pw-desktop-sticky-cta {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 870;
	display: none;
	align-items: center;
	gap: 12px;
	min-height: 60px;
	padding: 10px 12px 10px 20px;
	border-radius: 8px;
	background: var(--pw-lime);
	color: var(--pw-ink);
	font-size: 17px;
	font-weight: 950;
	text-decoration: none;
	box-shadow: 0 18px 48px rgba(21, 18, 37, .18);
	transform: translateY(18px);
	opacity: 0;
	pointer-events: none;
	transition: opacity .24s ease, transform .24s ease, box-shadow .24s ease;
}

.pw-desktop-sticky-cta span,
.pw-desktop-sticky-cta em {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 8px;
	background: var(--pw-purple);
	color: #fff;
	font-style: normal;
}

.pw-desktop-sticky-cta svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.pw-desktop-sticky-cta.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.pw-desktop-sticky-cta:hover {
	box-shadow: 0 26px 60px rgba(21, 18, 37, .24);
	transform: translateY(-3px);
}

@media (min-width: 768px) {
	.pw-desktop-sticky-cta {
		display: inline-flex;
	}
}

body.pw-modal-open .pw-desktop-sticky-cta,
body.pw-menu-open .pw-desktop-sticky-cta {
	opacity: 0;
	pointer-events: none;
}

@keyframes pwQuizIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.pw-service-intent-section {
	background:
		radial-gradient(circle at 88% 16%, rgba(223, 255, 87, .18) 0 12%, transparent 13%),
		linear-gradient(135deg, rgba(111, 78, 232, .08), #fff);
}

.pw-service-intent-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pw-service-intent-grid a {
	display: grid;
	grid-template-columns: 54px 1fr auto;
	gap: 14px;
	align-items: center;
	min-height: 112px;
	padding: 20px;
	border: 1px solid rgba(21, 18, 37, .1);
	border-radius: 24px;
	background: #fff;
	color: var(--pw-ink);
	text-decoration: none;
	box-shadow: 0 18px 48px rgba(36, 26, 90, .08);
	transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease, background-color .26s ease;
}

.pw-service-intent-grid a:hover {
	transform: translateY(-5px);
	border-color: rgba(111, 78, 232, .28);
	background: var(--pw-purple);
	box-shadow: 0 26px 64px rgba(82, 54, 212, .18);
	color: #fff;
}

.pw-service-intent-grid span {
	display: inline-grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: var(--pw-lime);
	color: var(--pw-purple);
}

.pw-service-intent-grid svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.pw-service-intent-grid strong {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.18;
}

.pw-service-intent-grid i {
	color: var(--pw-purple);
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
}

.pw-service-intent-grid a:hover i {
	color: var(--pw-lime);
}

@media (max-width: 980px) {
	.pw-seo-landing-hero-grid,
	.pw-seo-landing-two,
	.pw-article-resource-block {
		grid-template-columns: 1fr;
	}

	.pw-seo-landing-cards,
	.pw-article-more-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pw-format-quiz,
	.pw-format-quiz-panel {
		grid-template-columns: 1fr;
	}

	.pw-format-quiz-submit {
		grid-column: auto;
	}

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

	.pw-knowledge-template-form,
	.pw-case-related-layout,
	.pw-expert-hero-grid,
	.pw-expert-policy-inner {
		grid-template-columns: 1fr;
	}

	.pw-case-related-grid,
	.pw-service-case-grid,
	.pw-expert-card-grid,
	.pw-editorial-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pw-seo-landing-cards,
	.pw-article-more-grid {
		grid-template-columns: 1fr;
	}

	.pw-seo-landing-hero h1 {
		font-size: clamp(42px, 14vw, 68px);
	}

	.pw-format-quiz {
		padding: 20px;
		border-radius: 24px;
	}

	.pw-service-intent-grid {
		grid-template-columns: 1fr;
	}

	.pw-case-related-grid,
	.pw-service-case-grid,
	.pw-expert-card-grid,
	.pw-editorial-grid {
		grid-template-columns: 1fr;
	}
}

/* Services archive and home hero contrast with admin-selected images. */
.pw-services-archive-hero,
.pw-services-archive-hero.pw-section-media-bg,
.pw-home-hero,
.pw-home-hero.pw-section-media-bg {
	color: var(--pw-white);
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .97), rgba(107, 79, 232, .9)),
		var(--pw-section-image, none);
	background-color: var(--pw-purple);
	background-position: center;
	background-size: cover;
}

.pw-services-archive-hero::after,
.pw-home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(circle at 14% 20%, rgba(219, 255, 87, .18) 0 11%, transparent 12%),
		linear-gradient(90deg, rgba(21, 18, 37, .2), transparent 44%, rgba(21, 18, 37, .16));
}

.pw-services-archive-hero > *,
.pw-home-hero > * {
	position: relative;
	z-index: 1;
}

.pw-services-archive-hero .pw-kicker,
.pw-services-archive-hero .pw-section-kicker,
.pw-home-hero .pw-kicker,
.pw-home-hero .pw-section-kicker {
	color: var(--pw-lime) !important;
}

.pw-services-archive-hero h1,
.pw-home-hero h1 {
	color: var(--pw-white) !important;
	text-shadow: none;
}

.pw-services-archive-hero h1 span,
.pw-home-hero h1 span {
	color: var(--pw-lime) !important;
	-webkit-text-fill-color: currentColor;
}

.pw-services-archive-hero p,
.pw-home-hero p,
.pw-home-hero .pw-hero-text,
.pw-home-hero .pw-hero-text strong {
	color: rgba(255, 255, 255, .9) !important;
	text-shadow: none;
}

.pw-services-archive-hero-card,
.pw-home-hero-card,
.pw-home-hero .pw-hero-card {
	border-color: rgba(255, 255, 255, .28);
	background: rgba(255, 255, 255, .14);
	backdrop-filter: blur(12px);
}

.pw-services-archive-hero-card p,
.pw-home-hero-card p,
.pw-home-hero .pw-hero-card p {
	color: rgba(255, 255, 255, .9) !important;
}

.pw-services-archive-hero .pw-breadcrumbs,
.pw-home-hero .pw-breadcrumbs {
	border-color: rgba(255, 255, 255, .26);
	background: rgba(255, 255, 255, .14);
}

.pw-services-archive-hero .pw-breadcrumbs a,
.pw-services-archive-hero .pw-breadcrumbs-current,
.pw-home-hero .pw-breadcrumbs a,
.pw-home-hero .pw-breadcrumbs-current {
	color: var(--pw-white);
}

/* The split work block should touch the previous section without a blank top band. */
.pw-home .pw-work-section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/* Compact breadcrumbs. */
.pw-breadcrumbs {
	gap: 7px;
	margin-bottom: clamp(16px, 1.7vw, 24px);
	padding: 6px;
	font-size: clamp(12px, .82vw, 14px);
	font-weight: 700;
}

.pw-breadcrumbs a,
.pw-breadcrumbs-current {
	gap: 6px;
	min-height: 30px;
	padding: 5px 9px;
}

.pw-breadcrumbs-icon {
	width: 24px;
	height: 24px;
}

.pw-breadcrumbs-icon svg {
	width: 14px;
	height: 14px;
}

.pw-breadcrumbs-separator {
	width: 18px;
	height: 18px;
	font-size: 11px;
}

@media (max-width: 767px) {
	.pw-breadcrumbs {
		gap: 5px;
		padding: 5px;
		font-size: 12px;
	}

	.pw-breadcrumbs a,
	.pw-breadcrumbs-current {
		min-height: 28px;
		padding: 4px 7px;
	}

	.pw-breadcrumbs-icon {
		width: 22px;
		height: 22px;
	}
}

/* PW live QA typography and hero contrast pass 0.5.31 */
html,
body {
	overflow-x: clip;
}

:where(.pw-site-header, .pw-main, .pw-site-footer, .pw-contact-modal) {
	font-family: var(--pw-font, "Manrope", Arial, Helvetica, sans-serif) !important;
}

:where(.pw-site-header, .pw-main, .pw-site-footer, .pw-contact-modal) :where(a, button, input, textarea, select, p, li, span, strong, small, h1, h2, h3, h4, h5, h6) {
	font-family: inherit !important;
	letter-spacing: 0;
}

:where(.pw-home-shell, .pw-container, .pw-service-shell, .pw-case-shell, .pw-cases-shell, .pw-about-shell, .pw-contact-shell, .pw-testimonials-shell, .pw-services-archive-shell, .pw-library-shell, .pw-article-shell, .pw-faq-shell, .pw-knowledge-shell, .pw-expert-shell, .pw-editorial-shell) {
	width: min(100% - clamp(28px, 5vw, 72px), var(--pw-container, 1300px));
	max-width: var(--pw-container, 1300px);
	margin-inline: auto;
}

:where(.pw-page-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero).pw-section-media-bg {
	color: var(--pw-white) !important;
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .96), rgba(21, 18, 37, .78)),
		var(--pw-section-image, none) !important;
	background-color: var(--pw-purple) !important;
	background-position: center !important;
	background-size: cover !important;
}

:where(.pw-home-hero).pw-section-media-bg {
	color: var(--pw-white) !important;
	background-image:
		linear-gradient(135deg, rgba(82, 54, 212, .97), rgba(107, 79, 232, .9)),
		var(--pw-section-image, none) !important;
	background-color: var(--pw-purple) !important;
	background-position: center !important;
	background-size: cover !important;
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero).pw-section-media-bg::before,
:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero).pw-section-media-bg::after {
	pointer-events: none;
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero).pw-section-media-bg > * {
	position: relative;
	z-index: 1;
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(.pw-kicker, .pw-section-kicker, .pw-eyebrow) {
	color: var(--pw-lime) !important;
	font-size: clamp(13px, .88vw, 16px);
	font-weight: 900 !important;
	letter-spacing: .08em;
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(h1) {
	max-width: 1120px;
	color: var(--pw-white) !important;
	font-size: clamp(44px, 6vw, 86px) !important;
	font-weight: 900 !important;
	line-height: .98 !important;
	text-shadow: 0 14px 36px rgba(21, 18, 37, .2);
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(h1 span, .pw-hero-title-lime) {
	color: var(--pw-lime) !important;
	-webkit-text-fill-color: currentColor !important;
}

:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(p:not(.pw-kicker):not(.pw-section-kicker):not(.pw-eyebrow), .pw-article-lead, .pw-hero-text, .pw-service-hero-text p, .pw-library-hero-text p) {
	max-width: 920px;
	color: rgba(255, 255, 255, .9) !important;
	font-size: clamp(18px, 1.3vw, 23px) !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
	text-shadow: 0 10px 26px rgba(21, 18, 37, .18);
}

.pw-main :where(.pw-section-head h2, .pw-section-title, .pw-library-heading, .pw-cases-heading, .pw-main section h2) {
	font-weight: 900;
	line-height: 1.05;
	text-wrap: balance;
}

.pw-main :where(.pw-section-lead, .pw-home-result p, .pw-work-copy .pw-section-lead) {
	font-weight: 500 !important;
}

.pw-main :where(.pw-card, .pw-service-card, .pw-library-card, .pw-case-card, .pw-testimonial-card, .pw-contact-card, .pw-service-result-item, .pw-service-topic-card, .pw-service-limit-card, .pw-service-case-card, .pw-case-related-card, .pw-knowledge-card) {
	border-radius: var(--pw-radius, 8px);
}

.pw-main :where(.pw-btn, .pw-button, .pw-library-card-button, .pw-modal-trigger, button[type="submit"], input[type="submit"]) {
	min-height: var(--pw-btn-height, 74px);
	font-weight: 800 !important;
	line-height: 1.12;
}

.pw-breadcrumbs {
	gap: 6px !important;
	min-height: 42px;
	margin-bottom: clamp(16px, 1.7vw, 24px) !important;
	padding: 6px 8px !important;
	font-size: clamp(12px, .78vw, 14px) !important;
	font-weight: 800 !important;
}

.pw-breadcrumbs a,
.pw-breadcrumbs-current {
	min-height: 28px !important;
	padding: 4px 8px !important;
	color: var(--pw-white) !important;
	font-size: inherit !important;
}

.pw-breadcrumbs-icon {
	width: 22px !important;
	height: 22px !important;
}

.pw-breadcrumbs-icon svg {
	width: 13px !important;
	height: 13px !important;
}

.pw-breadcrumbs-separator {
	width: 18px !important;
	height: 18px !important;
	font-size: 10px !important;
}

.pw-home .pw-work-section {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.pw-home .pw-work-section + .pw-section,
.pw-home .pw-section + .pw-work-section {
	margin-top: 0 !important;
}

.pw-help-card,
.pw-service-topic-card,
.pw-service-result-item {
	overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
	:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(h1) {
		font-size: clamp(42px, 7.8vw, 72px) !important;
	}
}

@media (max-width: 767px) {
	:where(.pw-home-shell, .pw-container, .pw-service-shell, .pw-case-shell, .pw-cases-shell, .pw-about-shell, .pw-contact-shell, .pw-testimonials-shell, .pw-services-archive-shell, .pw-library-shell, .pw-article-shell, .pw-faq-shell, .pw-knowledge-shell, .pw-expert-shell, .pw-editorial-shell) {
		width: min(100% - 32px, var(--pw-container, 1300px));
	}

	:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(h1) {
		font-size: clamp(36px, 11vw, 54px) !important;
		line-height: 1.02 !important;
	}

	:where(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :where(p:not(.pw-kicker):not(.pw-section-kicker):not(.pw-eyebrow), .pw-article-lead, .pw-hero-text, .pw-service-hero-text p, .pw-library-hero-text p) {
		font-size: 17px !important;
	}

	.pw-main :where(.pw-btn, .pw-button, .pw-library-card-button, .pw-modal-trigger, button[type="submit"], input[type="submit"]) {
		min-height: 58px;
	}
}

.pw-main :is(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) h1 {
	font-size: clamp(44px, 6vw, 86px) !important;
	font-weight: 900 !important;
	line-height: .98 !important;
}

.pw-main :is(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) :is(.pw-section-lead, .pw-hero-text, .pw-hero-text strong, .pw-service-hero-text p, .pw-page-hero p, .pw-blog-hero p, .pw-case-hero p, .pw-article-lead, .pw-library-hero-text p) {
	font-size: clamp(18px, 1.3vw, 23px) !important;
	font-weight: 600 !important;
	line-height: 1.55 !important;
}

@media (max-width: 767px) {
	.pw-main :is(.pw-page-hero, .pw-home-hero, .pw-service-hero, .pw-case-hero, .pw-cases-hero, .pw-services-archive-hero, .pw-about-hero, .pw-contact-hero, .pw-testimonials-hero, .pw-faq-hero, .pw-library-hero, .pw-knowledge-hero, .pw-expert-hero, .pw-editorial-hero, .pw-article-seo-hero) h1 {
		font-size: clamp(36px, 11vw, 54px) !important;
	}
}
