/*
Theme Name: WP Darko
Theme URI: https://wpdarko.com
Author: WP Darko
Author URI: https://wpdarko.com
Description: Custom rebuild theme for WP Darko.
Version: 0.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: wpdarko
*/

:root {
	--wd-bg: #f7f3ea;
	--wd-surface: #fffdf8;
	--wd-surface-strong: #ffffff;
	--wd-ink: #171717;
	--wd-muted: #66645f;
	--wd-soft: #e8dfd0;
	--wd-line: #ded4c2;
	--wd-line-strong: rgba(102, 100, 95, 0.42);
	--wd-accent: #8dbb00;
	--wd-accent-hover: #7faa00;
	--wd-accent-strong: #5f7f00;
	--wd-accent-soft: rgba(141, 187, 0, 0.16);
	--wd-green: #6f9400;
	--wd-blue: #315f9e;
	--wd-rose: #a64f55;
	--wd-hover: rgba(23, 23, 23, 0.055);
	--wd-shadow: 0 24px 60px rgba(57, 43, 24, 0.12);
	--wd-radius: 8px;
	--wd-page-top-space: 48px;
	--wd-page-top-space-mobile: 34px;
	--wd-max: 1180px;
	--wd-serif: Georgia, "Times New Roman", serif;
	--wd-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--wd-title-weight: 500;
	font-family: var(--wd-sans);
	color: var(--wd-ink);
	background: var(--wd-bg);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(247, 243, 234, 0.94) 34rem),
		var(--wd-bg);
	color: var(--wd-ink);
	font-size: 16px;
	line-height: 1.55;
}

body.admin-bar .site-header {
	top: 32px;
}

a {
	color: inherit;
	text-decoration-color: rgba(141, 187, 0, 0.62);
	text-underline-offset: 0.18em;
}

a:hover {
	text-decoration-color: var(--wd-accent-strong);
}

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

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

.site-main h1,
.site-main h2,
.site-main h3,
.site-footer h2 {
	font-family: var(--wd-serif) !important;
	letter-spacing: 0;
}

.site-main h1,
.site-main h2 {
	font-weight: var(--wd-title-weight) !important;
}

.hero h1,
.plugins-hero h1,
.product-hero h1,
.bundle-hero h1,
.help-hero h1,
.help-article-hero h1,
.inner-page-head h1,
.account-title,
.section-heading,
.bundle-cta h2,
.bundle-license-band h2,
.custom-request-copy h2,
.support-contact-head h2,
.support-form-success h2,
.dashboard-panel h2,
.account-invoice-preview h3 {
	font-family: var(--wd-serif) !important;
	font-weight: var(--wd-title-weight) !important;
	letter-spacing: 0;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(255, 253, 248, 0.9);
	backdrop-filter: blur(18px);
	border-bottom: 1px solid rgba(222, 212, 194, 0.85);
}

.site-shell {
	width: min(var(--wd-max), calc(100vw - 40px));
	margin: 0 auto;
}

.site-nav {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.brand {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0;
	font-weight: 700;
	letter-spacing: 0;
	text-decoration: none;
	transition: none;
}

.brand:hover,
.brand:focus-visible {
	text-decoration: none;
}

.brand-logo {
	width: min(158px, 42vw);
	height: auto;
	max-height: 26px;
	object-fit: contain;
}

.nav-links {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--wd-muted);
	font-size: 14px;
}

.nav-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 999px;
	color: var(--wd-muted);
	text-decoration: none;
	transition: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
	background: var(--wd-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

.nav-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-cart-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 42px;
	padding: 0 15px;
	border-radius: 999px;
	background: var(--wd-accent);
	color: var(--wd-ink);
	font-size: 14px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	transition: none;
}

.nav-cart-link:hover,
.nav-cart-link:focus-visible {
	background: #9dcc00;
	color: var(--wd-ink);
	text-decoration: none;
}

.nav-cart-link svg {
	width: 17px;
	height: 17px;
	flex: 0 0 auto;
}

.mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	background: transparent;
	color: var(--wd-ink);
	cursor: pointer;
	transition: none;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
}

.mobile-menu-bars {
	display: grid;
	gap: 4px;
	width: 18px;
}

.mobile-menu-bars span {
	display: block;
	width: 18px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bars span:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bars span:nth-child(2) {
	opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .mobile-menu-bars span:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
	display: none;
}

.mobile-menu-links,
.mobile-menu-actions {
	display: grid;
	gap: 8px;
}

.mobile-menu-links {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-menu-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	color: var(--wd-muted);
	text-decoration: none;
	transition: none;
}

.mobile-menu-links a:hover,
.mobile-menu-links a:focus-visible {
	background: var(--wd-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

.mobile-menu-actions {
	grid-template-columns: 1fr 1fr;
	margin-top: 8px;
}

.button,
.button-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	transition: none;
}

.button {
	background: var(--wd-ink);
	color: #fffdf8;
	box-shadow: 0 14px 30px rgba(23, 23, 23, 0.16);
}

.button:hover,
.button:focus-visible {
	background: #2b2b2b;
	text-decoration: none;
}

.button-ghost {
	background: transparent;
	border-color: var(--wd-line);
	color: var(--wd-ink);
}

.button-ghost:hover,
.button-ghost:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.brand:focus-visible,
.nav-links a:focus-visible,
.button:focus-visible,
.button-ghost:focus-visible,
.nav-cart-link:focus-visible,
.icon-button:focus-visible,
.mobile-menu-toggle:focus-visible,
.mobile-menu-links a:focus-visible {
	outline: 2px solid rgba(49, 95, 158, 0.42);
	outline-offset: 3px;
}

.site-main {
	overflow: visible;
}

.hero {
	position: relative;
	display: grid;
	align-items: start;
	min-height: auto;
	padding: var(--wd-page-top-space) 0 62px;
	background: #ffffff;
	border-bottom: 1px solid rgba(222, 212, 194, 0.68);
}

.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(420px, 1.02fr);
	align-items: center;
	gap: 34px;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 0 0 18px;
	color: var(--wd-accent-strong);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.plugins-hero .eyebrow,
.help-hero .eyebrow {
	margin-right: auto;
	margin-left: auto;
}

.eyebrow::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 2px;
	background: var(--wd-accent);
	box-shadow: 0 0 0 5px var(--wd-accent-soft);
}

.hero h1 {
	max-width: 640px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	font-size: clamp(38px, 4.05vw, 52px);
	line-height: 1.03;
	letter-spacing: 0;
}

.hero-title-line {
	display: block;
	white-space: nowrap;
}

.desktop-title-break {
	display: block;
}

.hero-copy {
	max-width: 640px;
	margin: 22px 0 0;
	color: #45423d;
	font-size: 17px;
	line-height: 1.5;
}

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

.trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 42px;
	max-width: 620px;
}

.trust-item {
	border-top: 1px solid var(--wd-line);
	padding-top: 14px;
}

.trust-number {
	display: block;
	font-size: 24px;
	line-height: 1;
	font-weight: 800;
}

.trust-label {
	display: block;
	margin-top: 5px;
	color: var(--wd-muted);
	font-size: 13px;
}

.trust-label strong {
	color: var(--wd-ink);
	font-weight: 700;
}

.hero-visual {
	position: relative;
	display: grid;
	align-items: center;
	justify-items: end;
	transform: translateX(34px);
}

.home-hero-image {
	width: min(100%, 820px);
	height: auto;
	max-height: 560px;
	object-fit: contain;
	object-position: center right;
}

.product-board {
	position: relative;
	aspect-ratio: 1.04;
	border: 1px solid rgba(222, 212, 194, 0.85);
	border-radius: 8px;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(245, 239, 228, 0.92)),
		var(--wd-surface);
	box-shadow: var(--wd-shadow);
	padding: 24px;
	overflow: hidden;
}

.board-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wd-line);
}

.board-title {
	font-weight: 700;
	font-size: 14px;
}

.board-pills {
	display: flex;
	gap: 6px;
}

.board-pills span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--wd-line);
}

.board-pills span:nth-child(1) {
	background: var(--wd-rose);
}

.board-pills span:nth-child(2) {
	background: var(--wd-accent);
}

.board-pills span:nth-child(3) {
	background: var(--wd-green);
}

.preview-stack {
	position: relative;
	height: calc(100% - 38px);
}

.hero-preview-layout {
	display: grid;
	grid-template-rows: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: 16px;
	height: 100%;
	padding-top: 24px;
}

.hero-preview-panel {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(222, 212, 194, 0.95);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.96);
	box-shadow: 0 18px 36px rgba(38, 31, 20, 0.1);
}

.hero-preview-panel::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--wd-accent);
}

.hero-preview-pricing {
	padding: 18px;
}

.hero-preview-bottom {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
	gap: 16px;
	min-height: 0;
}

.hero-preview-team,
.hero-preview-tabs {
	padding: 16px;
}

.hero-preview-team::before {
	background: var(--wd-blue);
}

.hero-preview-tabs::before {
	background: var(--wd-rose);
}

.hero-preview-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.hero-preview-head span {
	font-size: 14px;
	font-weight: 650;
	line-height: 1.15;
}

.hero-preview-head em {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: var(--wd-hover);
	color: var(--wd-muted);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-price-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
}

.hero-price-card {
	position: relative;
	display: grid;
	align-content: start;
	min-height: 162px;
	padding: 16px 14px 14px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #ffffff;
}

.hero-price-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--wd-line);
}

.hero-price-card.featured {
	border-color: rgba(141, 187, 0, 0.5);
	background:
		linear-gradient(180deg, rgba(141, 187, 0, 0.12), rgba(255, 255, 255, 0) 54px),
		#ffffff;
}

.hero-price-card.featured::before {
	background: var(--wd-accent);
}

.hero-price-card span {
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.hero-price-card strong {
	display: block;
	margin: 16px 0 18px;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1;
	letter-spacing: 0;
}

.hero-price-card i {
	display: block;
	height: 7px;
	width: 100%;
	margin-top: 9px;
	border-radius: 999px;
	background: #e8dfd0;
}

.hero-price-card i:last-child {
	width: 68%;
}

.hero-team-row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.hero-person {
	position: relative;
	display: block;
	aspect-ratio: 1;
	border-radius: 8px;
	background:
		radial-gradient(circle at 50% 36%, #fffdf8 0 18%, transparent 19%),
		linear-gradient(135deg, rgba(141, 187, 0, 0.9), rgba(49, 95, 158, 0.78));
}

.hero-person::after {
	content: "";
	position: absolute;
	left: 22%;
	right: 22%;
	bottom: 15%;
	height: 24%;
	border-radius: 999px 999px 8px 8px;
	background: rgba(255, 253, 248, 0.82);
}

.hero-person.two {
	background:
		radial-gradient(circle at 50% 36%, #fffdf8 0 18%, transparent 19%),
		linear-gradient(135deg, rgba(166, 79, 85, 0.88), rgba(141, 187, 0, 0.78));
}

.hero-person.three {
	background:
		radial-gradient(circle at 50% 36%, #fffdf8 0 18%, transparent 19%),
		linear-gradient(135deg, rgba(49, 95, 158, 0.86), rgba(23, 23, 23, 0.74));
}

.hero-team-lines {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.hero-team-lines span {
	display: block;
	height: 7px;
	border-radius: 999px;
	background: #e8dfd0;
}

.hero-team-lines span:nth-child(2) {
	width: 82%;
}

.hero-team-lines span:nth-child(3) {
	width: 58%;
}

.hero-tabs-nav {
	display: flex;
	gap: 7px;
	margin-bottom: 12px;
}

.hero-tabs-nav span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 650;
}

.hero-tabs-nav .active {
	border-color: rgba(141, 187, 0, 0.5);
	background: var(--wd-accent);
	color: var(--wd-ink);
}

.hero-tabs-panel {
	display: grid;
	gap: 10px;
	padding: 16px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(90deg, rgba(141, 187, 0, 0.1), rgba(255, 255, 255, 0) 45%),
		#ffffff;
}

.hero-tabs-panel span {
	display: block;
	height: 9px;
	border-radius: 999px;
	background: #e8dfd0;
}

.hero-tabs-panel span:first-child {
	width: 94%;
	background: rgba(141, 187, 0, 0.26);
}

.hero-tabs-panel span:nth-child(2) {
	width: 78%;
}

.hero-tabs-panel span:nth-child(3) {
	width: 58%;
}

.section {
	padding: 76px 0;
}

.section.tight {
	padding: 44px 0;
}

.section.cta-section {
	padding-top: 0;
	padding-bottom: 34px;
}

.section.pre-cta-section {
	padding-bottom: 34px;
}

.section-kicker {
	margin: 0 0 12px;
	color: var(--wd-accent-strong);
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.section-heading {
	max-width: 760px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	font-size: clamp(30px, 3.2vw, 44px);
	line-height: 1.05;
	letter-spacing: 0;
}

.section-copy {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--wd-muted);
	font-size: 18px;
}

.section-copy h2,
.section-copy h3,
.section-copy h4 {
	margin: 30px 0 12px;
	color: var(--wd-ink);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.section-copy h2 {
	font-size: clamp(26px, 3vw, 34px);
}

.section-copy h3,
.section-copy h4 {
	font-size: 22px;
}

.section-copy p,
.section-copy li {
	color: var(--wd-muted);
	font-size: 17px;
	line-height: 1.68;
}

.section-copy p {
	margin: 0 0 18px;
}

.section-copy ul,
.section-copy ol {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding-left: 22px;
}

.section-copy a {
	color: var(--wd-accent-strong);
	font-weight: 700;
}

.inner-page {
	padding: var(--wd-page-top-space) 0 64px;
	background:
		linear-gradient(180deg, #ffffff 0, rgba(255, 253, 248, 0.78) 340px),
		var(--wd-bg);
}

.inner-page-article {
	width: min(860px, 100%);
	margin: 0 auto;
}

.inner-page-head {
	display: grid;
	justify-items: center;
	margin: 0 auto 30px;
	text-align: center;
}

.inner-page-head .eyebrow {
	margin-right: auto;
	margin-left: auto;
}

.inner-page-head h1 {
	max-width: 760px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 0;
}

.inner-page-content {
	position: relative;
	max-width: none;
	margin: 0;
	padding: 34px 38px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.07), rgba(255, 255, 255, 0) 180px),
		#ffffff;
	box-shadow: 0 18px 48px rgba(57, 43, 24, 0.07);
}

.inner-page-content::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 82px;
	height: 3px;
	border-radius: 0 0 999px 999px;
	background: var(--wd-accent);
	transform: translateX(-50%);
}

.inner-page-content > :first-child {
	margin-top: 0;
}

.inner-page-content > :last-child {
	margin-bottom: 0;
}

.inner-page-content h2,
.inner-page-content h3,
.inner-page-content h4 {
	max-width: 680px;
	margin-top: 34px;
}

.inner-page-content h2 {
	font-size: clamp(24px, 2.5vw, 30px);
}

.inner-page-content p,
.inner-page-content li {
	color: #4d4a44;
	font-size: 16px;
	line-height: 1.72;
}

.inner-page-content p,
.inner-page-content ul,
.inner-page-content ol {
	max-width: 720px;
}

.inner-page-content strong {
	color: var(--wd-ink);
	font-weight: 700;
}

.inner-page-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	font-size: 15px;
}

.inner-page-content th,
.inner-page-content td {
	padding: 12px 14px;
	border: 1px solid var(--wd-line);
	text-align: left;
	vertical-align: top;
}

.inner-page-content th {
	background: rgba(141, 187, 0, 0.09);
	color: var(--wd-ink);
	font-weight: 700;
}

body.edd-checkout .inner-page-article {
	width: min(760px, 100%);
}

body.edd-checkout .inner-page-content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.edd-checkout .inner-page-content::before {
	display: none;
}

body.edd-checkout #edd_checkout_form_wrap {
	display: grid;
	grid-template-columns: 1fr;
	justify-items: center;
	gap: 20px;
	align-items: start;
}

body.edd-checkout #edd_checkout_form_wrap a {
	color: var(--wd-accent-strong);
	font-weight: 700;
	text-decoration: none;
}

body.edd-checkout #edd_checkout_form_wrap a:hover,
body.edd-checkout #edd_checkout_form_wrap a:focus-visible {
	text-decoration: none;
}

body.edd-checkout .edd-blocks__purchase-form {
	grid-column: 1;
	grid-row: auto;
	width: 100%;
	min-width: 0;
}

body.edd-checkout #edd_purchase_form_wrap {
	display: grid;
	justify-items: center;
	gap: 18px;
	width: min(100%, 640px);
	margin: 0 auto;
}

body.edd-checkout .edd-blocks__cart {
	grid-column: 1;
	grid-row: auto;
	position: static;
	width: min(100%, 640px);
	min-width: 0;
}

body.edd-checkout .edd-blocks__logged-in {
	grid-column: 1;
	grid-row: auto;
	width: min(100%, 640px);
}

body.edd-checkout .edd-blocks__logged-in ~ .edd-blocks__cart {
	grid-row: auto;
}

body.edd-checkout .edd-blocks__logged-in ~ .edd-blocks__purchase-form {
	grid-row: auto;
	margin-top: 0;
}

body.edd-checkout #edd_purchase_form {
	display: grid;
	justify-items: center;
	gap: 18px;
	width: min(100%, 640px);
	margin: 0;
}

body.edd-checkout #edd_payment_mode_select_wrap {
	width: min(100%, 640px);
	max-width: 640px;
	margin: 0 auto;
}

body.edd-checkout #edd_checkout_form_wrap #edd_payment_mode_select {
	display: block;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
}

body.edd-checkout .edd-blocks__user-details,
body.edd-checkout .edd-blocks__checkout-user {
	display: grid;
	gap: 18px;
}

body.edd-checkout #edd_purchase_form fieldset {
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 24px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.075), rgba(255, 255, 255, 0) 190px),
		#ffffff;
	box-shadow: 0 18px 48px rgba(57, 43, 24, 0.07);
}

body.edd-checkout #edd_purchase_form fieldset#edd_discount_code {
	display: contents;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.edd-checkout #edd-last-name-wrap,
body.edd-checkout #edd-card-address-2-wrap {
	display: none !important;
}

body.edd-checkout #edd-stripe-payment-errors:empty {
	display: none !important;
}

body.edd-checkout #edd_purchase_form_wrap > fieldset + fieldset {
	margin-top: 2px;
}

body.edd-checkout #edd_purchase_form fieldset legend {
	float: left;
	width: 100%;
	margin: 0 0 18px;
	padding: 0;
	color: var(--wd-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 2.4vw, 30px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: 0;
}

body.edd-checkout #edd_purchase_form fieldset legend + * {
	clear: both;
}

body.edd-checkout .edd-blocks-form__group {
	display: grid;
	gap: 8px;
	margin: 0 0 16px;
}

body.edd-checkout .edd-blocks-form__group:last-child {
	margin-bottom: 0;
}

body.edd-checkout #edd_purchase_form label:not(.edd-gateway-option) {
	display: flex;
	align-items: baseline;
	gap: 2px;
	margin: 0 0 8px;
	color: var(--wd-ink);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

body.edd-checkout #edd_purchase_form .edd-required-indicator {
	color: var(--wd-accent-strong);
	font-weight: 800;
}

body.edd-checkout #edd_purchase_form input[type="text"],
body.edd-checkout #edd_purchase_form input[type="email"],
body.edd-checkout #edd_purchase_form input[type="password"],
body.edd-checkout #edd_purchase_form input[type="tel"],
body.edd-checkout #edd_purchase_form input[type="url"],
body.edd-checkout #edd_purchase_form select,
body.edd-checkout #edd_purchase_form textarea {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.9);
	color: var(--wd-ink);
	font-size: 15px;
	line-height: 1.2;
	box-shadow: none;
	outline: 0;
	transition: none;
}

body.edd-checkout #edd_purchase_form textarea {
	min-height: 120px;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 1.5;
}

body.edd-checkout #edd_purchase_form fieldset > p:not(#edd_show_discount):not(#edd-discount-code-wrap):not(#edd-next-submit-wrap):not(#edd_final_total_wrap),
body.edd-checkout #edd_purchase_form #edd-card-name-wrap,
body.edd-checkout #edd_purchase_form #edd-card-wrap,
body.edd-checkout #edd_purchase_form #edd-card-details-wrap {
	margin: 0 0 20px;
}

body.edd-checkout #edd_purchase_form fieldset > p:last-child,
body.edd-checkout #edd_purchase_form #edd-card-wrap:last-child,
body.edd-checkout #edd_purchase_form #edd-card-details-wrap:last-child {
	margin-bottom: 0;
}

body.edd-checkout #edd-stripe-card-element-wrapper,
body.edd-checkout #edd-stripe-payment-element {
	width: 100%;
	min-height: 50px;
}

body.edd-checkout #edd-stripe-card-element,
body.edd-checkout #edd-stripe-payment-element,
body.edd-checkout .StripeElement {
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 15px 14px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.9);
	color: var(--wd-ink);
	box-shadow: none;
	transition: none;
}

body.edd-checkout #edd-stripe-card-element.StripeElement--focus,
body.edd-checkout #edd-stripe-payment-element.StripeElement--focus,
body.edd-checkout .StripeElement.StripeElement--focus {
	border-color: var(--wd-accent);
	background: #ffffff;
	box-shadow: 0 0 0 4px var(--wd-accent-soft);
}

body.edd-checkout #edd-stripe-card-element iframe {
	min-height: 20px;
}

body.edd-checkout #edd_purchase_form input:focus,
body.edd-checkout #edd_purchase_form select:focus,
body.edd-checkout #edd_purchase_form textarea:focus {
	border-color: var(--wd-accent);
	background: #ffffff;
	box-shadow: 0 0 0 4px var(--wd-accent-soft);
}

body.edd-checkout #edd_purchase_form input::placeholder,
body.edd-checkout #edd_purchase_form textarea::placeholder {
	color: rgba(102, 100, 95, 0.76);
}

body.edd-checkout #edd_purchase_form .edd-description {
	display: none;
}

body.edd-checkout .edd-blocks__logged-in,
body.edd-checkout .edd_empty_cart {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid rgba(141, 187, 0, 0.34);
	border-radius: 8px;
	background: rgba(141, 187, 0, 0.08);
	color: #455b00;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.45;
}

body.edd-checkout .edd_empty_cart {
	display: block;
	margin: 0;
	text-align: center;
}

body.edd-checkout .edd-blocks__logged-in a {
	margin-left: 4px;
}

body.edd-checkout #edd_show_discount,
body.edd-checkout #edd-discount-code-wrap {
	width: min(100%, 640px);
	max-width: none;
	margin: 0 auto;
	padding: 16px 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(26, 26, 26, 0.05);
}

body.edd-checkout #edd_checkout_form_wrap #edd_show_discount,
body.edd-checkout #edd_checkout_form_wrap #edd-discount-code-wrap {
	border: 1px solid var(--wd-line);
	background: #ffffff;
}

body.edd-checkout #edd_show_discount {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--wd-muted);
	font-size: 16px;
	line-height: 1.45;
}

body.edd-checkout #edd_show_discount a {
	color: var(--wd-accent-strong);
	font-weight: 750;
	text-decoration: none;
}

body.edd-checkout #edd-discount-code-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: end;
	gap: 10px 12px;
}

body.edd-checkout #edd-discount-code-wrap > p,
body.edd-checkout #edd-discount-code-wrap .edd-description,
body.edd-checkout #edd_checkout_form_wrap #edd_show_discount p {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.edd-checkout #edd-discount-code-wrap label {
	grid-column: 1 / -1;
	margin: 0;
	color: var(--wd-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.25;
}

body.edd-checkout #edd-discount-code-wrap input[type="text"],
body.edd-checkout #edd-discount {
	min-height: 46px;
	border-radius: 999px;
	background: #fffdf8;
}

body.edd-checkout #edd-discount-code-wrap .edd-discount-code-field-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) max-content;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}

body.edd-checkout #edd-apply-discount,
body.edd-checkout .edd-apply-discount,
body.edd-checkout input.edd-apply-discount,
body.edd-checkout #edd-discount-code-wrap input.edd-apply-discount.edd-submit.button.blue {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	justify-self: end;
	width: auto !important;
	min-width: 104px;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 18px;
	border: 1px solid var(--wd-ink);
	border-radius: 999px;
	background: var(--wd-ink) !important;
	color: #fffdf8 !important;
	font-size: 14px;
	font-weight: 750;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	box-shadow: none;
	cursor: pointer;
	transition: none;
}

body.edd-checkout #edd-apply-discount:hover,
body.edd-checkout #edd-apply-discount:focus-visible,
body.edd-checkout .edd-apply-discount:hover,
body.edd-checkout .edd-apply-discount:focus-visible,
body.edd-checkout #edd-discount-code-wrap input.edd-apply-discount.edd-submit.button.blue:hover,
body.edd-checkout #edd-discount-code-wrap input.edd-apply-discount.edd-submit.button.blue:focus-visible {
	border-color: var(--wd-accent-strong);
	background: var(--wd-accent-strong) !important;
	color: #fffdf8 !important;
}

body.edd-checkout #edd_checkout_cart_form {
	width: min(100%, 640px);
	margin: 0 auto;
}

body.edd-checkout #edd_checkout_cart {
	width: 100%;
	overflow: hidden;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: var(--wd-shadow);
	table-layout: fixed;
}

body.edd-checkout #edd_checkout_cart thead,
body.edd-checkout #edd_checkout_cart tbody,
body.edd-checkout #edd_checkout_cart tfoot {
	display: block;
	width: 100%;
}

body.edd-checkout #edd_checkout_cart tr.edd_cart_header_row,
body.edd-checkout #edd_checkout_cart tr.edd_cart_item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 108px 56px;
	align-items: stretch;
	width: 100%;
}

body.edd-checkout #edd_checkout_cart tfoot tr {
	display: block;
	width: 100%;
}

body.edd-checkout #edd_checkout_cart th,
body.edd-checkout #edd_checkout_cart td {
	display: block;
	padding: 15px 16px;
	border-bottom: 1px solid var(--wd-line);
	vertical-align: top;
}

body.edd-checkout #edd_checkout_cart tr:last-child th,
body.edd-checkout #edd_checkout_cart tr:last-child td,
body.edd-checkout #edd_checkout_cart tbody tr:last-child td {
	border-bottom: 0;
}

body.edd-checkout #edd_checkout_cart .edd_cart_item_name {
	width: auto;
}

body.edd-checkout #edd_checkout_cart .edd_cart_item_price {
	width: 108px;
	text-align: right;
}

body.edd-checkout #edd_checkout_cart .edd_cart_actions {
	width: 56px;
	padding-right: 0;
	padding-left: 0;
	line-height: 0;
	text-align: center;
}

body.edd-checkout .edd-blocks-cart__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: start;
	padding: 16px 18px;
	border-bottom: 1px solid var(--wd-line);
}

body.edd-checkout .edd-blocks-cart__row:last-child {
	border-bottom: 0;
}

body.edd-checkout .edd_cart_header_row {
	background: rgba(141, 187, 0, 0.08);
	color: rgba(102, 100, 95, 0.82);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.edd-checkout .edd_cart_header_row .edd_cart_actions {
	color: transparent;
	font-size: 0;
}

body.edd-checkout .edd_cart_item {
	background: #ffffff;
}

body.edd-checkout .edd_checkout_cart_item_title {
	color: var(--wd-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.35;
}

body.edd-checkout .eddr-cart-item-notice {
	margin: 6px 0 0;
	color: var(--wd-muted);
	font-size: 13px;
	line-height: 1.35;
}

body.edd-checkout .eddr-cart-item-notice em {
	font-style: normal;
}

body.edd-checkout .edd_cart_item td.edd_cart_item_price {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	color: var(--wd-ink);
	font-weight: 750;
	text-align: right;
	white-space: nowrap;
}

body.edd-checkout .edd_cart_item td.edd_cart_actions {
	display: flex;
	width: 56px;
	align-items: center;
	justify-content: center;
	padding-right: 0;
	padding-left: 0;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
}

body.edd-checkout table#edd_checkout_cart .edd_cart_item td.edd_cart_actions .edd_cart_remove_item_btn {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	transform: none;
}

body.edd-checkout #edd_checkout_cart:not(table) .edd_cart_item_price {
	display: grid;
	grid-template-columns: auto 48px;
	align-items: center;
	justify-content: end;
	gap: 10px;
	text-align: right;
}

body.edd-checkout #edd_checkout_cart:not(table) .edd_cart_actions {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
}

body.edd-checkout .edd_cart_remove_item_btn {
	display: inline-flex;
	flex: 0 0 30px;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	background: #fffdf8;
	color: var(--wd-muted);
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	transition: none;
	white-space: nowrap;
}

body.edd-checkout .edd_cart_remove_item_btn::before,
body.edd-checkout .edd_cart_remove_item_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform-origin: center;
}

body.edd-checkout .edd_cart_remove_item_btn::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

body.edd-checkout .edd_cart_remove_item_btn::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

body.edd-checkout .edd_cart_remove_item_btn:hover,
body.edd-checkout .edd_cart_remove_item_btn:focus-visible {
	border-color: var(--wd-line-strong);
	background: var(--wd-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

body.edd-checkout .edd_cart_footer_row {
	padding-top: 18px;
	padding-bottom: 18px;
	background: #fffdf8;
}

body.edd-checkout #edd_checkout_cart:not(table) .edd_cart_total {
	grid-column: 1 / -1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.edd-checkout table#edd_checkout_cart .edd_cart_total {
	display: block;
	width: auto;
	text-align: right;
}

body.edd-checkout table#edd_checkout_cart .edd_cart_total .edd_cart_amount {
	display: inline-block;
	margin-left: 8px;
}

body.edd-checkout .edd_cart_amount {
	color: var(--wd-ink);
	font-size: 24px;
	font-weight: 750;
	letter-spacing: 0;
	text-transform: none;
}

body.edd-checkout #edd_checkout_form_wrap #edd_purchase_submit {
	display: grid;
	justify-items: center;
	gap: 16px;
	position: relative;
	width: min(100%, 640px);
	max-width: none;
	margin: 0 auto;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(26, 26, 26, 0.05);
}

body.edd-checkout #edd_checkout_form_wrap #edd_final_total_wrap {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	margin: 0;
	padding: 0 0 16px;
	border: 0;
	border-bottom: 1px solid var(--wd-line);
	border-radius: 8px;
	background: transparent;
	color: var(--wd-ink);
	font-weight: 750;
	text-align: right;
}

body.edd-checkout #edd-purchase-button {
	display: inline-flex;
	appearance: none;
	-webkit-appearance: none;
	align-items: center;
	justify-content: center;
	width: min(100%, 280px);
	min-height: 52px;
	margin: 0;
	padding: 0 22px;
	border: 1px solid var(--wd-accent);
	border-radius: 999px;
	background: var(--wd-accent);
	color: var(--wd-ink);
	font-size: 15px;
	font-weight: 750;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 16px 34px rgba(141, 187, 0, 0.2);
	transition: none;
}

body.edd-checkout #edd_checkout_form_wrap #edd_purchase_submit .edd-loading-ajax.edd-loading {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	width: 18px;
	height: 18px;
	margin: 0;
	pointer-events: none;
}

body.edd-checkout #edd-purchase-button:hover,
body.edd-checkout #edd-purchase-button:focus,
body.edd-checkout #edd-purchase-button:focus-visible,
body.edd-checkout #edd-purchase-button:active,
body.edd-checkout #edd-purchase-button:disabled,
body.edd-checkout #edd-purchase-button.is-processing,
body.edd-checkout #edd_purchase_form input#edd-purchase-button:focus,
body.edd-checkout #edd_purchase_form input#edd-purchase-button:active {
	border-color: var(--wd-accent-hover);
	background: var(--wd-accent-hover);
	color: var(--wd-ink);
	outline: 0;
	box-shadow: 0 0 0 4px var(--wd-accent-soft), 0 16px 34px rgba(141, 187, 0, 0.2);
	text-decoration: none;
}

body.edd-checkout #edd-purchase-button:active {
	box-shadow: 0 16px 34px rgba(141, 187, 0, 0.2);
	transform: none;
}

body.edd-checkout .edd_errors,
body.edd-checkout .edd-alert-error {
	margin: 0 0 22px;
	padding: 18px 20px;
	border: 1px solid rgba(166, 79, 85, 0.34);
	border-radius: 8px;
	background: rgba(166, 79, 85, 0.08);
	color: #7f2930;
	font-size: 15px;
	line-height: 1.45;
}

body.edd-checkout .edd_error {
	margin: 0;
}

.plugins-page {
	padding-bottom: 0;
}

.plugins-hero {
	padding: var(--wd-page-top-space) 0 18px;
}

.plugins-hero-copy {
	display: grid;
	justify-items: center;
	max-width: 820px;
	text-align: center;
}

.plugins-hero h1 {
	max-width: 780px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.plugins-lede {
	max-width: 560px;
	margin: 16px 0 0;
	color: #45423d;
	font-size: 17px;
	line-height: 1.5;
}

.plugins-catalog {
	padding-top: 8px;
}

.catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-auto-rows: 1fr;
	align-items: stretch;
	gap: 18px;
	margin-top: 34px;
}

.plugins-catalog .catalog-grid {
	margin-top: 0;
}

.catalog-card {
	display: grid;
	grid-template-rows: 245px 1fr;
	height: 100%;
	min-height: 520px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.88);
	color: var(--wd-ink);
	overflow: hidden;
	text-decoration: none;
}

.catalog-card:hover,
.catalog-card:focus-visible {
	background: #ffffff;
	border-color: var(--wd-line-strong);
	box-shadow: 0 24px 56px rgba(57, 43, 24, 0.13);
	text-decoration: none;
}

.catalog-card:focus-visible {
	outline: 2px solid rgba(49, 95, 158, 0.42);
	outline-offset: 3px;
}

.catalog-card.featured {
	border-color: rgba(141, 187, 0, 0.42);
	background:
		linear-gradient(145deg, rgba(141, 187, 0, 0.08), rgba(255, 253, 248, 0) 46%),
		rgba(255, 253, 248, 0.9);
	color: var(--wd-ink);
}

.catalog-card.featured:hover,
.catalog-card.featured:focus-visible {
	border-color: rgba(141, 187, 0, 0.66);
	background:
		linear-gradient(145deg, rgba(141, 187, 0, 0.12), rgba(255, 255, 255, 0) 46%),
		#ffffff;
}

.catalog-card-image {
	position: relative;
	display: block;
	width: 100%;
	height: 245px;
	border-bottom: 1px solid var(--wd-line);
	background: #ffffff;
	overflow: hidden;
}

.catalog-card:hover .catalog-card-image,
.catalog-card:focus-visible .catalog-card-image {
	background: #ffffff;
}

.catalog-card-image img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 16px;
	box-sizing: border-box;
	object-fit: contain;
	object-position: center;
}

.catalog-card-body {
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.catalog-card-top,
.catalog-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.catalog-badge,
.catalog-price {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
}

.catalog-badge {
	background: var(--wd-accent-soft);
	color: var(--wd-accent-strong);
}

.catalog-price {
	border: 1px solid var(--wd-line);
	color: var(--wd-muted);
}

.catalog-price span,
.product-purchase-head .price-from,
.bundle-purchase-head .price-from {
	color: rgba(102, 100, 95, 0.72);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

.catalog-price span {
	margin-right: 4px;
}

.catalog-card.featured .catalog-badge {
	background: var(--wd-accent-soft);
	color: var(--wd-accent-strong);
}

.catalog-card.featured .catalog-price {
	border-color: var(--wd-line);
	color: var(--wd-muted);
}

.catalog-card h3 {
	margin: 22px 0 0;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.06;
	letter-spacing: 0;
}

.catalog-copy {
	margin: 13px 0 22px;
	color: var(--wd-muted);
	font-size: 15px;
	line-height: 1.48;
}

.catalog-card.featured .catalog-copy,
.catalog-card.featured .catalog-meta {
	color: var(--wd-muted);
}

.catalog-card-foot {
	margin-top: auto;
	align-items: center;
}

.catalog-meta {
	display: grid;
	gap: 3px;
	color: var(--wd-muted);
	font-size: 13px;
}

.catalog-card-arrow {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	color: var(--wd-accent-strong);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.catalog-card:hover .catalog-card-arrow,
.catalog-card:focus-visible .catalog-card-arrow {
	border-color: var(--wd-accent);
	background: var(--wd-accent);
	color: var(--wd-ink);
}

.custom-request-section {
	padding-top: 0;
}

.custom-request-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
	gap: 30px;
	align-items: center;
	padding: 26px 30px;
	border: 1px solid rgba(141, 187, 0, 0.32);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.11), rgba(255, 253, 248, 0) 44%),
		#ffffff;
	box-shadow: 0 18px 44px rgba(57, 43, 24, 0.07);
}

.custom-request-copy h2 {
	max-width: 720px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.05;
}

.custom-request-copy > p:not(.section-kicker) {
	max-width: 700px;
	margin: 14px 0 0;
	color: var(--wd-muted);
	font-size: 17px;
	line-height: 1.5;
}

.custom-request-action {
	display: grid;
	justify-items: start;
	gap: 16px;
	min-width: 0;
}

.custom-request-points {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.custom-request-points span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(141, 187, 0, 0.12);
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.bundle-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
	gap: 32px;
	align-items: center;
	scroll-margin-top: 96px;
	padding: 28px 30px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.12), rgba(255, 253, 248, 0) 48%),
		#fffdf8;
	box-shadow: 0 18px 44px rgba(57, 43, 24, 0.08);
}

.bundle-cta h2 {
	max-width: 720px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.05;
}

.bundle-cta-copy > p:not(.section-kicker) {
	max-width: 720px;
	margin: 15px 0 0;
	color: var(--wd-muted);
	font-size: 17px;
	line-height: 1.5;
}

.bundle-cta-action {
	display: grid;
	align-content: center;
	justify-items: start;
	gap: 14px;
	min-width: 0;
}

.bundle-cta-price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 6px;
}

.bundle-cta-price span {
	flex-basis: 100%;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.bundle-cta-price strong {
	font-size: clamp(48px, 5vw, 58px);
	font-weight: 600;
	line-height: 1;
}

.bundle-cta-price em {
	color: var(--wd-muted);
	font-style: normal;
	font-weight: 700;
}

.bundle-cta-plans {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bundle-cta-plans span {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 11px;
	border-radius: 999px;
	background: rgba(141, 187, 0, 0.12);
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.bundle-cta .button {
	margin-top: 2px;
}

.bundle-cta .section-kicker {
	margin-bottom: 8px;
}

.product-content > .bundle-cta {
	grid-template-columns: 1fr;
	margin-top: -28px;
}

.product-content .bundle-cta-action {
	grid-template-columns: minmax(0, auto) 1fr auto;
	align-items: end;
	justify-items: start;
}

.product-content .bundle-cta-plans {
	align-self: end;
}

.product-content .bundle-cta .button {
	align-self: end;
}

.product-content .bundle-cta h2 {
	font-size: clamp(28px, 3.2vw, 38px);
}

.product-content .bundle-cta-copy > p:not(.section-kicker) {
	font-size: 14px;
}

.product-page {
	padding-bottom: 0;
}

.product-hero {
	display: grid;
	align-items: start;
	min-height: auto;
	padding: var(--wd-page-top-space) 0 54px;
	overflow: hidden;
	background: #ffffff;
	border-bottom: 1px solid rgba(222, 212, 194, 0.68);
}

.product-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
	gap: 48px;
	align-items: start;
}

.product-hero h1 {
	max-width: 12ch;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 4.8vw, 62px);
	font-weight: 600;
	line-height: 0.98;
	letter-spacing: 0;
}

.product-lede {
	max-width: 650px;
	margin: 22px 0 0;
	color: #45423d;
	font-size: 19px;
	line-height: 1.5;
}

.product-hero-media {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.product-hero-media img {
	width: min(101%, 740px);
	max-width: none;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

.product-body {
	padding: 52px 0 34px;
}

.product-body-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(330px, 0.36fr);
	gap: 62px;
	align-items: start;
}

.product-content {
	display: grid;
	gap: 62px;
	min-width: 0;
}

.product-intro-block {
	display: grid;
	grid-template-columns: minmax(240px, 0.36fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
	padding: 0 0 58px;
	border-bottom: 1px solid var(--wd-line);
}

.product-intro-block h2,
.product-section-head h2 {
	margin: 0;
	font-size: clamp(28px, 2.7vw, 38px);
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.product-intro-block p {
	margin: 0;
	color: #45423d;
	font-size: 18px;
	line-height: 1.62;
}

.product-section {
	display: grid;
	gap: 26px;
}

.product-section-head {
	display: grid;
	gap: 8px;
	max-width: 720px;
}

.product-review-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.product-review-grid blockquote {
	min-height: 172px;
	margin: 0;
	padding: 20px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	color: #45423d;
	font-size: 15px;
	line-height: 1.52;
}

.product-review-stars {
	display: block;
	margin-bottom: 14px;
	color: #f59e0b;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.product-review-grid blockquote p {
	margin: 0;
}

.product-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.product-feature-card {
	min-height: 218px;
	padding: 20px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
}

.product-feature-card img,
.product-feature-card span {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin-bottom: 28px;
	border-radius: 8px;
}

.product-feature-card img {
	object-fit: contain;
}

.product-feature-card span {
	background: var(--wd-accent-soft);
	color: var(--wd-accent-strong);
	font-size: 18px;
	font-weight: 700;
}

.product-feature-card h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

.product-feature-card p {
	margin: 10px 0 0;
	color: var(--wd-muted);
	font-size: 15px;
	line-height: 1.48;
}

.product-gallery {
	display: grid;
	gap: 16px;
}

.product-gallery figure {
	margin: 0;
	padding: 12px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
}

.product-gallery img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.product-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	align-self: start;
	gap: 16px;
}

.product-purchase-panel {
	scroll-margin-top: 112px;
	padding: 20px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: var(--wd-shadow);
}

.product-purchase-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wd-line);
}

.product-purchase-head span {
	color: var(--wd-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-purchase-head strong {
	display: grid;
	gap: 3px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.05;
	justify-items: end;
	text-align: right;
}

.product-sidebar-tools {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--wd-line);
}

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

.product-resource-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 12px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	color: var(--wd-ink);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.product-resource-links a:hover,
.product-resource-links a:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.product-sidebar-tools p {
	margin: 16px 0 0;
	color: var(--wd-muted);
	font-size: 14px;
	font-weight: 600;
}

.bundle-page {
	padding-bottom: 34px;
}

.bundle-body {
	padding: var(--wd-page-top-space) 0 46px;
}

.bundle-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	gap: 42px;
	align-items: start;
}

.bundle-main {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	gap: 54px;
	min-width: 0;
}

.bundle-section {
	min-width: 0;
}

.bundle-hero {
	padding: 0;
}

.bundle-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.48fr);
	gap: 42px;
	align-items: start;
}

.bundle-hero h1 {
	max-width: 720px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

.bundle-hero h1 span {
	display: block;
}

.bundle-lede {
	max-width: 560px;
	margin: 22px 0 0;
	color: #45423d;
	font-size: 19px;
	line-height: 1.5;
}

.bundle-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	max-width: 660px;
	margin-top: 34px;
}

.bundle-stats div {
	min-height: 116px;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.8);
}

.bundle-stats strong {
	display: block;
	font-size: 32px;
	font-weight: 650;
	line-height: 1;
}

.bundle-stats span {
	display: block;
	margin-top: 10px;
	color: var(--wd-muted);
	font-size: 14px;
}

.bundle-hero-media {
	max-width: 680px;
	margin-top: 34px;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	box-shadow: var(--wd-shadow);
}

.bundle-hero-media img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.bundle-purchase-panel {
	grid-column: 2;
	grid-row: 1;
	position: sticky;
	top: 96px;
	align-self: start;
	scroll-margin-top: 112px;
	padding: 20px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: var(--wd-shadow);
}

.product-purchase-panel.is-purchase-flashing,
.bundle-purchase-panel.is-purchase-flashing {
	animation: wpdarko-purchase-panel-flash 950ms ease-out 1;
}

@keyframes wpdarko-purchase-panel-flash {
	0%,
	100% {
		border-color: var(--wd-line);
		background: #fffdf8;
		box-shadow: var(--wd-shadow);
	}

	16%,
	70% {
		border-color: var(--wd-accent);
		background:
			linear-gradient(135deg, rgba(141, 187, 0, 0.16), rgba(255, 255, 255, 0) 68%),
			#fffdf8;
		box-shadow:
			0 0 0 4px rgba(141, 187, 0, 0.16),
			0 22px 58px rgba(82, 107, 0, 0.2);
	}
}

.bundle-purchase-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wd-line);
}

.bundle-purchase-head span {
	color: var(--wd-muted);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.bundle-purchase-head strong {
	display: grid;
	gap: 3px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.05;
	justify-items: end;
	text-align: right;
}

.bundle-purchase-form .edd_download_purchase_form,
.product-purchase-form .edd_download_purchase_form {
	margin: 0;
}

.bundle-purchase-form .edd_price_options,
.product-purchase-form .edd_price_options {
	margin: 0 0 14px;
	padding: 0;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #f8f4ec;
	overflow: hidden;
}

.bundle-purchase-form .edd_price_options ul,
.product-purchase-form .edd_price_options ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bundle-purchase-form .edd_price_options li,
.product-purchase-form .edd_price_options li {
	margin: 0;
	border-bottom: 1px solid var(--wd-line);
}

.bundle-purchase-form .edd_price_options li:last-child,
.product-purchase-form .edd_price_options li:last-child {
	border-bottom: 0;
}

.bundle-purchase-form .edd_price_options label,
.product-purchase-form .edd_price_options label {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 56px;
	margin: 0;
	padding: 0 14px;
	color: var(--wd-ink);
	font-weight: 600;
	cursor: pointer;
}

.bundle-purchase-form .edd_price_options input,
.product-purchase-form .edd_price_options input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--wd-accent);
}

.bundle-purchase-form .edd_price_option_price,
.product-purchase-form .edd_price_option_price {
	margin-left: auto;
	color: var(--wd-accent-strong);
	font-weight: 700;
}

.bundle-purchase-form .edd-add-to-cart,
.bundle-purchase-form .edd_go_to_checkout,
.product-purchase-form .edd-add-to-cart,
.product-purchase-form .edd_go_to_checkout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: var(--wd-ink);
	color: #fffdf8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(23, 23, 23, 0.16);
	transition: none;
}

.bundle-purchase-form .edd-add-to-cart.button.blue,
.bundle-purchase-form .edd_go_to_checkout.button.blue,
.product-purchase-form .edd-add-to-cart.button.blue,
.product-purchase-form .edd_go_to_checkout.button.blue {
	background: var(--wd-accent);
	border-color: var(--wd-accent);
	color: var(--wd-ink);
}

.bundle-purchase-form .edd-add-to-cart:hover,
.bundle-purchase-form .edd_go_to_checkout:hover,
.product-purchase-form .edd-add-to-cart:hover,
.product-purchase-form .edd_go_to_checkout:hover {
	background: #2b2b2b;
	text-decoration: none;
}

.bundle-purchase-form .edd-add-to-cart.button.blue:hover,
.bundle-purchase-form .edd-add-to-cart.button.blue:focus-visible,
.bundle-purchase-form .edd-add-to-cart.button.blue[data-edd-loading],
.bundle-purchase-form .edd_go_to_checkout.button.blue:hover,
.bundle-purchase-form .edd_go_to_checkout.button.blue:focus-visible,
.product-purchase-form .edd-add-to-cart.button.blue:hover,
.product-purchase-form .edd-add-to-cart.button.blue:focus-visible,
.product-purchase-form .edd-add-to-cart.button.blue[data-edd-loading],
.product-purchase-form .edd_go_to_checkout.button.blue:hover,
.product-purchase-form .edd_go_to_checkout.button.blue:focus-visible {
	background: var(--wd-accent-hover);
	border-color: var(--wd-accent-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

.bundle-purchase-form .edd-loading,
.product-purchase-form .edd-loading {
	display: none;
}

.bundle-purchase-form .edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label,
.product-purchase-form .edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
	opacity: 1 !important;
}

.bundle-purchase-form .edd-add-to-cart[data-edd-loading] .edd-loading,
.product-purchase-form .edd-add-to-cart[data-edd-loading] .edd-loading {
	display: none !important;
	opacity: 0 !important;
}

.bundle-purchase-form .edd-cart-added-alert,
.product-purchase-form .edd-cart-added-alert {
	display: block;
	position: static;
	margin-top: 12px;
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
}

.bundle-purchase-form .edd-cart-added-alert svg,
.product-purchase-form .edd-cart-added-alert svg {
	display: none;
}

.bundle-fine-print {
	margin: 14px 0 0;
	color: var(--wd-muted);
	font-size: 13px;
	line-height: 1.45;
}

.bundle-help-links {
	display: grid;
	gap: 7px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid var(--wd-line);
}

.bundle-help-links a {
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.bundle-help-links a:hover {
	text-decoration: underline;
}

.bundle-included-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 34px;
}

.bundle-included-card {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	padding: 22px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	text-decoration: none;
}

.bundle-included-card:hover,
.bundle-included-card:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.bundle-included-card span {
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.bundle-included-card h3 {
	margin: 28px 0 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.08;
}

.bundle-included-card p {
	margin: 12px 0 0;
	color: var(--wd-muted);
	font-size: 15px;
}

.bundle-included-card em {
	margin-top: auto;
	padding-top: 18px;
	color: var(--wd-muted);
	font-size: 13px;
	font-style: normal;
}

.bundle-license-band {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
	gap: 28px;
	align-items: stretch;
	padding: 34px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.12), rgba(255, 253, 248, 0) 48%),
		#fffdf8;
	box-shadow: 0 18px 44px rgba(57, 43, 24, 0.08);
}

.bundle-license-band h2 {
	max-width: 720px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 600;
	line-height: 1.05;
}

.bundle-license-band p {
	max-width: 720px;
	margin: 15px 0 0;
	color: var(--wd-muted);
	font-size: 17px;
}

.bundle-license-options {
	display: grid;
	align-content: center;
	gap: 10px;
	padding: 14px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.12), rgba(255, 253, 248, 0) 64%),
		rgba(255, 253, 248, 0.72);
}

.bundle-license-option {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 4px 16px;
	align-items: center;
	min-height: 72px;
	padding: 14px 16px;
	border: 1px solid rgba(222, 212, 194, 0.86);
	border-radius: 8px;
	background: #fffdf8;
	color: var(--wd-ink);
	text-decoration: none;
	transition: none;
}

.bundle-license-option:hover,
.bundle-license-option:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.bundle-license-option strong {
	grid-column: 2;
	grid-row: 1 / span 2;
	font-size: 30px;
	font-weight: 650;
	line-height: 1;
}

.bundle-license-option span {
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
}

.bundle-license-option em {
	color: var(--wd-muted);
	font-size: 13px;
	font-style: normal;
	line-height: 1.3;
}

.bundle-license-jump {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
}

.plugins-compare-section {
	padding-top: 54px;
}

.compare-table {
	display: grid;
	margin-top: 30px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	overflow: hidden;
}

.compare-row {
	display: grid;
	grid-template-columns: minmax(190px, 1.2fr) minmax(150px, 1fr) minmax(110px, 0.62fr) minmax(110px, 0.62fr) minmax(90px, 0.48fr);
	gap: 14px;
	align-items: center;
	min-height: 58px;
	padding: 0 16px;
	border-bottom: 1px solid var(--wd-line);
	color: var(--wd-muted);
	font-size: 14px;
	text-decoration: none;
}

.compare-row:last-child {
	border-bottom: 0;
}

.compare-row:hover,
.compare-row:focus-visible {
	background: var(--wd-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

.compare-head {
	min-height: 44px;
	background: #f8f4ec;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.compare-head:hover {
	background: #f8f4ec;
	color: var(--wd-muted);
}

.compare-row strong {
	color: var(--wd-ink);
	font-weight: 600;
}

.compare-row em {
	display: none;
	font-style: normal;
	color: var(--wd-accent-strong);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

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

.workflow-step {
	min-height: 230px;
	padding: 22px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.68);
}

.step-number {
	width: 38px;
	height: 38px;
	border-radius: 8px;
	display: grid;
	place-items: center;
	background: var(--wd-ink);
	color: #fffdf8;
	font-weight: 800;
}

.workflow-step h3 {
	margin: 28px 0 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.08;
}

.workflow-step p {
	margin: 0;
	color: var(--wd-muted);
	font-size: 15px;
}

.account-page {
	padding: 64px 0 78px;
	min-height: auto;
}

.account-shell {
	display: grid;
	gap: 34px;
}

.auth-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
	gap: 10px;
	align-items: stretch;
	width: min(100%, 1040px);
	margin: 0 auto;
	padding: 10px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.74);
	box-shadow: 0 22px 64px rgba(57, 43, 24, 0.12);
}

.account-hero {
	max-width: 680px;
}

.auth-intro {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 18px;
	min-height: 440px;
	padding: 44px 38px;
	border-radius: 8px;
	background:
		linear-gradient(140deg, rgba(141, 187, 0, 0.16), rgba(141, 187, 0, 0) 45%),
		#171717;
	color: #fffdf8;
	overflow: hidden;
}

.auth-badge {
	align-self: flex-start;
	margin: 0;
	padding: 7px 10px;
	border: 1px solid rgba(255, 253, 248, 0.16);
	border-radius: 999px;
	color: rgba(255, 253, 248, 0.76);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.account-title {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: 0;
}

.account-copy {
	max-width: 620px;
	margin: 0;
	color: var(--wd-muted);
	font-size: 18px;
	line-height: 1.5;
}

.auth-intro .account-title {
	max-width: 8.5em;
	color: #fffdf8;
}

.auth-intro .account-copy {
	max-width: 460px;
	color: rgba(255, 253, 248, 0.72);
}

.auth-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px;
	border-radius: 8px;
	background: #fffdf8;
}

.auth-panel-head {
	margin-bottom: 24px;
}

.auth-panel-head p {
	margin: 0 0 6px;
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.auth-panel-head h2 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
}

.auth-field {
	display: grid;
	gap: 8px;
	margin-bottom: 16px;
	color: var(--wd-ink);
	font-size: 14px;
	font-weight: 600;
}

.auth-input {
	width: 100%;
	min-height: 50px;
	padding: 0 15px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	color: var(--wd-ink);
	outline: none;
	transition: none;
}

.auth-input:hover {
	border-color: var(--wd-line-strong);
}

.auth-input:focus {
	border-color: var(--wd-accent-strong);
	box-shadow: 0 0 0 3px var(--wd-accent-soft);
}

.auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 4px 0 22px;
	color: var(--wd-muted);
	font-size: 14px;
}

.auth-row a,
.auth-footnote a {
	color: var(--wd-accent-strong);
	font-weight: 600;
	text-decoration: none;
}

.auth-row a:hover,
.auth-footnote a:hover {
	text-decoration: underline;
}

.auth-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.auth-check input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--wd-accent);
}

.auth-submit {
	width: 100%;
	min-height: 48px;
}

.auth-alert {
	margin-bottom: 16px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.45;
}

.auth-alert.error {
	border: 1px solid rgba(166, 79, 85, 0.28);
	background: rgba(166, 79, 85, 0.09);
	color: #7a2f35;
}

.auth-alert.success {
	border: 1px solid rgba(141, 187, 0, 0.28);
	background: rgba(141, 187, 0, 0.1);
	color: var(--wd-accent-strong);
}

.auth-footnote {
	margin: 18px 0 0;
	text-align: center;
	font-size: 14px;
}

.account-dashboard {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.account-card {
	min-height: 230px;
	padding: 22px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.78);
}

.account-card-meta {
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.account-card h2 {
	margin: 54px 0 10px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.08;
}

.account-card p {
	margin: 0;
	color: var(--wd-muted);
	font-size: 15px;
}

.account-logout {
	display: flex;
	justify-content: flex-end;
}

.dashboard-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
}

.dashboard-sidebar {
	position: static;
	display: grid;
	gap: 18px;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
}

.account-identity {
	display: flex;
	align-items: center;
	gap: 12px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--wd-line);
}

.account-avatar {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--wd-ink);
	color: #fffdf8;
	font-weight: 700;
}

.account-identity p {
	margin: 0 0 2px;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.account-identity strong {
	display: block;
	line-height: 1.1;
}

.dashboard-nav {
	display: grid;
	gap: 4px;
}

.dashboard-nav a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	color: var(--wd-muted);
	text-decoration: none;
}

.dashboard-nav a:hover,
.dashboard-nav a:focus-visible {
	background: var(--wd-hover);
	color: var(--wd-ink);
	text-decoration: none;
}

.dashboard-sidebar .account-logout,
.dashboard-sidebar .button-ghost {
	width: 100%;
}

.dashboard-main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dashboard-hero {
	padding: 26px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.14), rgba(255, 253, 248, 0) 54%),
		rgba(255, 253, 248, 0.9);
}

.dashboard-hero .account-title {
	font-size: clamp(32px, 3.4vw, 44px);
	line-height: 1.06;
}

.dashboard-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.dashboard-metrics div {
	min-height: 112px;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.78);
}

.dashboard-metrics span {
	display: block;
	font-size: 34px;
	line-height: 1;
	font-weight: 650;
}

.dashboard-metrics p {
	margin: 10px 0 0;
	color: var(--wd-muted);
	font-size: 14px;
}

.dashboard-section {
	padding: 24px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.82);
}

.dashboard-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.dashboard-section h2 {
	margin: 4px 0 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.12;
}

.dashboard-list {
	display: grid;
	gap: 10px;
}

.download-row,
.renewal-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	padding: 16px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
}

.download-row strong,
.license-card strong,
.renewal-card strong {
	display: block;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}

.download-row p,
.license-card p,
.renewal-card p {
	margin: 5px 0 0;
	color: var(--wd-muted);
	font-size: 14px;
}

.license-grid,
.renewal-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.license-card {
	display: grid;
	gap: 14px;
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
}

.license-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	background: var(--wd-accent-soft);
	color: var(--wd-accent-strong);
	font-size: 12px;
	font-weight: 700;
}

.license-key-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
}

.license-key-row code {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 11px 12px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #f8f4ec;
	color: var(--wd-ink);
	font-size: 13px;
	white-space: nowrap;
}

.icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 12px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	background: transparent;
	color: var(--wd-ink);
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: none;
}

.icon-button:hover {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
}

.icon-button.is-copied,
.icon-button.is-selected {
	border-color: var(--wd-accent);
	background: var(--wd-accent);
	color: var(--wd-ink);
}

.license-meta {
	font-size: 13px;
}

.activation-list {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--wd-muted);
	font-size: 13px;
}

.activation-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.invoice-preview {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 12px;
	padding: 14px 16px;
	border: 1px solid rgba(141, 187, 0, 0.3);
	border-radius: 8px;
	background: rgba(141, 187, 0, 0.09);
}

.invoice-preview span {
	display: block;
	margin-bottom: 3px;
	color: var(--wd-accent-strong);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.invoice-preview strong {
	font-weight: 600;
}

.invoice-preview p {
	margin: 0;
	color: var(--wd-muted);
}

.billing-table {
	display: grid;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	overflow: hidden;
}

.billing-row {
	display: grid;
	grid-template-columns: 1fr 1fr 0.8fr 0.8fr 1fr;
	gap: 12px;
	align-items: center;
	min-height: 54px;
	padding: 0 14px;
	border-bottom: 1px solid var(--wd-line);
	font-size: 14px;
}

.billing-row:last-child {
	border-bottom: 0;
}

.billing-row-head {
	min-height: 42px;
	background: #f8f4ec;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.text-action {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wd-accent-strong);
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.text-action:hover,
.text-action:focus-visible {
	color: var(--wd-accent);
	text-decoration: none;
	outline: 0;
}

.dashboard-detail-panels {
	display: grid;
	gap: 14px;
	margin-top: 16px;
}

.dashboard-detail-panel {
	padding: 22px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	box-shadow: 0 18px 44px rgba(57, 43, 24, 0.08);
}

.invoice-document-head,
.renewal-detail-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--wd-line);
}

.invoice-document h3,
.renewal-detail-panel h3 {
	margin: 4px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.05;
}

.invoice-status {
	display: grid;
	gap: 4px;
	text-align: right;
}

.invoice-status span {
	color: var(--wd-accent-strong);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.invoice-status strong {
	font-size: 24px;
	font-weight: 600;
}

.invoice-detail-grid,
.renewal-detail-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

.invoice-detail-grid > div,
.renewal-detail-grid > div {
	min-width: 0;
	padding: 16px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #f8f4ec;
}

.invoice-detail-grid span,
.renewal-detail-grid span {
	display: block;
	margin-bottom: 6px;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.invoice-detail-grid strong,
.renewal-detail-grid strong {
	display: block;
	font-weight: 600;
}

.invoice-detail-grid p,
.renewal-detail-panel p {
	margin: 5px 0 0;
	color: var(--wd-muted);
	font-size: 14px;
	line-height: 1.45;
}

.invoice-line-table {
	display: grid;
	margin-top: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	overflow: hidden;
}

.invoice-line {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) 80px 110px;
	gap: 12px;
	align-items: center;
	min-height: 50px;
	padding: 0 14px;
	border-bottom: 1px solid var(--wd-line);
	font-size: 14px;
}

.invoice-line:last-child {
	border-bottom: 0;
}

.invoice-line-head {
	min-height: 40px;
	background: #f8f4ec;
	color: var(--wd-muted);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.invoice-total-box {
	display: grid;
	gap: 8px;
	width: min(100%, 320px);
	margin: 18px 0 0 auto;
}

.invoice-total-box div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	color: var(--wd-muted);
	font-size: 14px;
}

.invoice-total-box strong {
	color: var(--wd-ink);
	font-weight: 600;
}

.invoice-total-row {
	padding-top: 10px;
	border-top: 1px solid var(--wd-line);
}

.invoice-total-row strong {
	font-size: 20px;
}

.renewal-detail-grid code {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 11px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
	font-size: 13px;
	white-space: nowrap;
}

.renewal-reference-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.renewal-reference-row span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	color: var(--wd-muted);
	font-size: 13px;
}

.renewal-sites {
	margin-top: 14px;
}

.renewal-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid var(--wd-line);
}

.renewal-cancel-link {
	color: #8a3f28;
}

.renewal-cancel-link:hover,
.renewal-cancel-link:focus-visible {
	color: #5c2818;
}

.renewal-card {
	grid-template-columns: minmax(0, 1fr) auto auto;
}

.renewal-meta {
	min-width: 120px;
}

.renewal-meta span {
	display: block;
	margin-bottom: 4px;
	color: var(--wd-accent-strong);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.help-page {
	padding-bottom: 34px;
}

.help-hero {
	padding: var(--wd-page-top-space) 0 42px;
}

.help-hero-inner {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.help-hero h1,
.help-article-hero h1 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 0.98;
}

.help-hero h1 {
	max-width: 720px;
	margin: 0 auto;
	font-size: clamp(36px, 4.2vw, 50px);
	line-height: 1.04;
}

.help-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 8px;
	max-width: 720px;
	margin: 26px auto 0;
	padding: 8px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	background: #fffdf8;
	box-shadow: 0 18px 46px rgba(57, 43, 24, 0.08);
}

.help-search input {
	width: 100%;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--wd-ink);
	outline: 0;
}

.help-search input::placeholder {
	color: rgba(102, 100, 95, 0.76);
}

.help-section {
	padding-top: 44px;
	padding-bottom: 44px;
}

.help-section.tight {
	padding-top: 10px;
}

.help-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

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

.help-category-card {
	display: grid;
	align-content: space-between;
	min-height: 166px;
	padding: 22px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	text-decoration: none;
}

.help-category-card:hover,
.help-category-card:focus-visible,
.help-article-card:hover,
.help-article-card:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.help-category-card *,
.help-article-card * {
	text-decoration: none;
}

.help-category-card span,
.help-article-card span,
.help-updated {
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.help-category-card h3 {
	margin: 28px 0 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: 0;
}

.help-category-sections {
	display: grid;
	gap: 42px;
}

.help-topic-block {
	padding-top: 28px;
	border-top: 1px solid var(--wd-line);
}

.help-topic-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 16px;
}

.help-topic-head h2 {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
}

.help-topic-head a {
	color: var(--wd-accent-strong);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.help-topic-head a:hover {
	text-decoration: underline;
}

.help-article-list {
	display: grid;
	gap: 12px;
}

.help-article-list.compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.help-article-card {
	display: grid;
	gap: 8px;
	min-height: 116px;
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
	text-decoration: none;
}

.help-article-card strong {
	color: var(--wd-ink);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.18;
}

.help-article-card em {
	color: var(--wd-muted);
	font-style: normal;
	font-size: 14px;
	line-height: 1.45;
}

.help-empty {
	padding: 24px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
}

.help-empty h2,
.help-empty p {
	margin: 0;
}

.help-empty p {
	margin-top: 8px;
	color: var(--wd-muted);
}

.help-article-hero {
	padding: var(--wd-page-top-space) 0 32px;
}

.help-article-hero.compact {
	padding-bottom: 16px;
}

.help-article-hero h1 {
	max-width: 850px;
	font-size: clamp(36px, 4.4vw, 56px);
	overflow-wrap: break-word;
}

.help-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--wd-muted);
	font-size: 14px;
}

.help-breadcrumbs a {
	color: var(--wd-accent-strong);
	font-weight: 700;
	text-decoration: none;
}

.help-breadcrumbs a:hover {
	text-decoration: underline;
}

.help-updated {
	margin: 18px 0 0;
}

.help-single-layout,
.help-term-layout {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
	gap: 58px;
	align-items: start;
	min-width: 0;
}

.help-content {
	width: 100%;
	max-width: 760px;
	min-width: 0;
	padding: 18px 0 26px;
	border-top: 1px solid var(--wd-line);
}

.help-content h2 {
	margin: 34px 0 12px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: 0;
}

.help-content h3 {
	margin: 28px 0 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.18;
	letter-spacing: 0;
}

.help-content p,
.help-content li {
	color: #3f3d38;
	font-size: 17px;
	line-height: 1.68;
}

.help-content p {
	margin: 0 0 18px;
}

.help-content ul,
.help-content ol {
	display: grid;
	gap: 8px;
	margin: 0 0 22px;
	padding-left: 22px;
}

.help-content a {
	color: var(--wd-accent-strong);
	font-weight: 700;
}

.help-content img {
	height: auto;
	margin: 26px 0;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: #fffdf8;
}

.support-contact-panel {
	display: grid;
	gap: 24px;
	min-width: 0;
	padding: 26px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(141, 187, 0, 0.12), rgba(255, 253, 248, 0) 44%),
		#fffdf8;
	box-shadow: 0 18px 44px rgba(57, 43, 24, 0.08);
}

.support-contact-head h2 {
	margin: 0;
	max-width: 680px;
	font-size: clamp(22px, 2.2vw, 28px);
	font-weight: 600;
	line-height: 1.18;
	overflow-wrap: break-word;
}

.support-form-success h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 3.5vw, 42px);
	font-weight: 600;
	line-height: 1.05;
	overflow-wrap: break-word;
}

.support-contact-head p:not(.section-kicker),
.support-form-success p {
	margin: 12px 0 0;
	color: var(--wd-muted);
	font-size: 16px;
	line-height: 1.55;
}

.support-form {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.support-form[hidden],
.support-form.is-complete {
	display: none !important;
}

.support-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.support-form-field {
	display: grid;
	gap: 7px;
	min-width: 0;
	margin: 0;
}

.support-form-field span {
	color: var(--wd-ink);
	font-size: 13px;
	font-weight: 700;
}

.support-form-field em {
	color: var(--wd-muted);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
}

.support-form-field input,
.support-form-field select,
.support-form-field textarea {
	width: 100%;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.88);
	color: var(--wd-ink);
	outline: 0;
	box-shadow: none;
	transition: none;
}

.support-form-field input,
.support-form-field select {
	min-height: 48px;
	padding: 0 14px;
}

.support-form-field textarea {
	min-height: 164px;
	padding: 13px 14px;
	resize: vertical;
}

.support-form-field input:focus,
.support-form-field select:focus,
.support-form-field textarea:focus {
	border-color: var(--wd-accent);
	box-shadow: 0 0 0 3px rgba(141, 187, 0, 0.16);
}

.support-form-field ::placeholder {
	color: rgba(102, 100, 95, 0.72);
}

.support-form-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.support-form-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
}

.support-form-submit {
	gap: 9px;
	min-width: 148px;
}

.support-form-spinner {
	display: none;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 253, 248, 0.42);
	border-top-color: #fffdf8;
	border-radius: 999px;
	animation: wpdarko-spin 0.7s linear infinite;
}

.support-form-submit.is-loading .support-form-spinner {
	display: inline-block;
}

.support-form-status {
	justify-self: end;
	margin: 0;
	color: var(--wd-muted);
	font-size: 14px;
	line-height: 1.45;
	text-align: right;
}

.support-form-status {
	min-height: 20px;
}

.support-form-status.is-error {
	color: #9a3a1f;
	font-weight: 700;
}

.support-form-success {
	padding: 24px;
	border: 1px solid rgba(141, 187, 0, 0.4);
	border-radius: 8px;
	background: rgba(141, 187, 0, 0.12);
}

.support-form-success:focus {
	outline: 0;
}

.support-form-success strong {
	color: var(--wd-accent-strong);
}

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

.help-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-top: 34px;
	padding-top: 18px;
	border-top: 1px solid var(--wd-line);
}

.help-tags span {
	color: var(--wd-muted);
	font-size: 14px;
	font-weight: 700;
}

.help-tags a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 12px;
	border: 1px solid var(--wd-line);
	border-radius: 999px;
	color: var(--wd-accent-strong);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.help-tags a:hover,
.help-tags a:focus-visible {
	background: var(--wd-hover);
	border-color: var(--wd-line-strong);
	text-decoration: none;
}

.help-sidebar {
	position: sticky;
	top: 98px;
	display: grid;
	gap: 16px;
}

.help-sidebar-block,
.help-sidebar-callout {
	padding: 18px;
	border: 1px solid var(--wd-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, 0.84);
}

.help-sidebar h2 {
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.1;
}

.help-sidebar ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.help-sidebar a {
	color: var(--wd-accent-strong);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.help-sidebar a:hover {
	text-decoration: underline;
}

.help-sidebar-callout p {
	margin: 0 0 14px;
	color: var(--wd-muted);
	font-size: 14px;
	line-height: 1.45;
}

.help-sidebar-callout .button-ghost {
	width: 100%;
	color: var(--wd-ink);
	text-decoration: none;
}

.help-sidebar-callout .button-ghost:hover,
.help-sidebar-callout .button-ghost:focus-visible {
	text-decoration: none;
}

.site-footer {
	margin-top: 36px;
	background: #171717;
	color: #fffdf8;
}

.footer-columns {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) repeat(4, minmax(0, 1fr));
	gap: 34px;
	padding: 54px 0 58px;
}

.footer-brand {
	max-width: 280px;
}

.footer-brand a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.footer-brand img {
	width: 132px;
	height: auto;
}

.footer-brand p {
	margin: 18px 0 0;
	color: rgba(255, 253, 248, 0.58);
	font-size: 14px;
	line-height: 1.55;
}

.footer-columns h2 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
}

.footer-columns ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-columns a {
	color: rgba(255, 253, 248, 0.68);
	text-decoration: none;
	font-size: 14px;
}

.footer-columns a:hover,
.footer-columns a:focus-visible {
	color: #fffdf8;
	text-decoration: none;
}

.footer-bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 253, 248, 0.12);
	background: #101010;
	color: rgba(255, 253, 248, 0.48);
	font-size: 12px;
}

.footer-bottom a {
	color: rgba(255, 253, 248, 0.62);
	text-decoration: none;
}

.footer-bottom a:hover {
	color: #fffdf8;
}

.cookie-banner {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 80;
	width: min(420px, calc(100vw - 36px));
}

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

.cookie-banner-inner {
	display: grid;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--wd-line);
	border-radius: var(--wd-radius);
	background: rgba(255, 253, 248, 0.98);
	box-shadow: 0 18px 48px rgba(57, 43, 24, 0.18);
}

.cookie-banner p {
	margin: 0;
	color: var(--wd-muted);
	font-size: 14px;
	line-height: 1.45;
}

.cookie-banner-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.cookie-banner-actions a {
	color: var(--wd-accent-strong);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.cookie-banner-actions a:hover,
.cookie-banner-actions a:focus-visible {
	text-decoration: none;
}

.cookie-banner-ok {
	min-height: 40px;
	padding: 0 20px;
	box-shadow: none;
}

@media (max-width: 1120px) {
	.catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.site-nav {
		flex-wrap: wrap;
		padding: 14px 0;
	}

	.nav-links {
		order: 3;
		width: 100%;
		justify-content: space-between;
		gap: 14px;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.hero {
		padding-top: var(--wd-page-top-space);
	}

	.hero-grid,
	.custom-request-cta,
	.bundle-cta,
		.plugins-hero-grid,
		.product-hero-grid,
		.product-body-grid,
		.product-intro-block,
		.bundle-layout,
		.bundle-hero-grid,
		.bundle-license-band,
		.auth-layout {
		grid-template-columns: 1fr;
	}

	.bundle-main {
		grid-column: auto;
		grid-row: auto;
		order: 1;
	}

	.bundle-purchase-panel {
		grid-column: auto;
		grid-row: auto;
		order: 2;
	}

	.hero-visual {
		min-height: auto;
		justify-items: center;
		transform: none;
	}

	.product-hero-grid {
		gap: 28px;
	}

	.product-hero-media {
		transform: none;
	}

	.product-hero-media img {
		width: 100%;
		max-width: 100%;
	}

	.catalog-grid,
	.bundle-included-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.compare-row {
		grid-template-columns: minmax(190px, 1.2fr) minmax(150px, 1fr) repeat(3, minmax(90px, 0.62fr));
		overflow-x: auto;
	}

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

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

	.dashboard-layout {
		grid-template-columns: 1fr;
	}

	.help-single-layout,
	.help-term-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.help-sidebar {
		position: static;
	}

	.dashboard-sidebar {
		position: static;
	}

	.dashboard-nav {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dashboard-nav a {
		justify-content: center;
		text-align: center;
	}

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

	.bundle-purchase-panel {
		position: static;
	}

	.product-sidebar {
		position: static;
	}

	.product-review-grid,
	.product-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.footer-brand {
		max-width: 440px;
	}
}

@media (max-width: 820px) {
	.site-nav {
		min-height: 64px;
		flex-wrap: nowrap;
		padding: 10px 0;
		gap: 16px;
	}

	.brand-logo {
		width: min(148px, 42vw);
		max-height: 24px;
	}

	.nav-links,
	.nav-actions {
		display: none;
	}

	.mobile-menu-toggle {
		display: inline-flex;
		margin-left: auto;
	}

	.mobile-menu:not([hidden]) {
		display: grid;
		gap: 8px;
		padding: 0 0 12px;
	}

	.mobile-menu-links,
	.mobile-menu-actions {
		width: 100%;
	}

	.mobile-menu-actions .button,
	.mobile-menu-actions .button-ghost,
	.mobile-menu-actions .nav-cart-link {
		width: 100%;
	}

	.mobile-menu-actions:has(.nav-cart-link) {
		grid-template-columns: 1fr auto 1fr;
	}
}

@media (max-width: 680px) {
	.site-shell {
		width: min(100% - 24px, var(--wd-max));
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.site-nav {
		min-height: auto;
	}

	.hero {
		padding: var(--wd-page-top-space-mobile) 0 24px;
	}

	.hero h1 {
		font-size: clamp(32px, 8.8vw, 36px);
	}

	.hero-title-line {
		white-space: normal;
	}

	.desktop-title-break {
		display: none;
	}

	.hero-copy {
		font-size: 15px;
	}

	.inner-page {
		padding: var(--wd-page-top-space-mobile) 0 34px;
	}

	.inner-page-head {
		margin-bottom: 22px;
	}

	.inner-page-head h1 {
		font-size: clamp(32px, 9vw, 40px);
	}

	.inner-page-content {
		padding: 24px 18px;
	}

	.inner-page-content p,
	.inner-page-content li {
		font-size: 15px;
		line-height: 1.68;
	}

	.trust-strip,
	.catalog-grid,
	.bundle-stats,
	.bundle-included-grid,
	.bundle-license-options,
		.workflow,
		.account-dashboard,
		.dashboard-metrics,
		.license-grid,
		.renewal-grid,
		.help-category-grid,
		.help-article-list.compact,
		.product-review-grid,
		.product-feature-grid {
		grid-template-columns: 1fr;
	}

	.hero .trust-strip {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
		margin-top: 26px;
	}

	.hero .trust-number {
		font-size: 22px;
	}

	.hero .trust-label {
		font-size: 11px;
		line-height: 1.35;
	}

	.product-hero {
		padding: var(--wd-page-top-space-mobile) 0 24px;
	}

	.product-hero h1 {
		font-size: clamp(36px, 10.5vw, 48px);
	}

	.bundle-hero-media {
		padding: 10px;
	}

	.product-hero-media {
		padding: 0;
		transform: none;
	}

	.product-hero-media img {
		width: 100%;
		max-width: 100%;
	}

	.product-intro-block {
		gap: 14px;
		padding: 22px 0;
	}

	.product-intro-block p {
		font-size: 16px;
	}

	.product-feature-card,
	.product-review-grid blockquote {
		min-height: auto;
	}

	.custom-request-cta,
	.bundle-cta,
	.product-content > .bundle-cta {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.custom-request-action .button {
		width: 100%;
	}

	.product-content > .bundle-cta {
		margin-top: -12px;
	}

	.product-content .bundle-cta-action {
		grid-template-columns: 1fr;
	}

	.product-resource-links {
		grid-template-columns: 1fr;
	}

	.help-hero {
		padding: var(--wd-page-top-space-mobile) 0 24px;
	}

	.help-hero h1 {
		font-size: clamp(32px, 9vw, 40px);
	}

	.help-search {
		grid-template-columns: 1fr;
		border-radius: 8px;
	}

	.help-search .button {
		width: 100%;
	}

	.support-contact-panel {
		padding: 18px;
	}

	.support-form-grid {
		grid-template-columns: 1fr;
	}

	.support-form-actions {
		display: flex;
		justify-content: stretch;
		gap: 10px;
	}

	.support-form-submit {
		width: 100%;
	}

	.help-section-head,
	.help-topic-head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.help-article-hero {
		padding: var(--wd-page-top-space-mobile) 0 22px;
	}

	.help-article-hero h1 {
		font-size: clamp(32px, 9vw, 44px);
	}

	body.edd-checkout #edd_checkout_form_wrap {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.edd-checkout .edd-blocks__logged-in,
	body.edd-checkout .edd-blocks__cart,
	body.edd-checkout .edd-blocks__purchase-form,
	body.edd-checkout .edd-blocks__logged-in ~ .edd-blocks__cart,
	body.edd-checkout .edd-blocks__logged-in ~ .edd-blocks__purchase-form {
		grid-column: 1;
		grid-row: auto;
	}

	body.edd-checkout .edd-blocks__logged-in ~ .edd-blocks__purchase-form {
		margin-top: 0;
	}

	body.edd-checkout .edd-blocks__cart {
		position: static;
	}

	body.edd-checkout #edd_purchase_form fieldset {
		padding: 20px;
	}

	body.edd-checkout .edd-blocks-cart__row {
		padding: 14px;
	}

	.plugins-hero {
		padding: var(--wd-page-top-space-mobile) 0 24px;
	}

	.plugins-hero h1 {
		font-size: clamp(36px, 10.5vw, 48px);
	}

	.plugins-lede {
		font-size: 17px;
	}

	.bundle-body {
		padding: var(--wd-page-top-space-mobile) 0 34px;
	}

	.bundle-layout,
	.bundle-main {
		gap: 34px;
	}

	.bundle-hero {
		padding: 0;
	}

	.bundle-hero h1 {
		font-size: clamp(36px, 10.5vw, 48px);
	}

	.bundle-lede {
		font-size: 17px;
	}

	.bundle-purchase-head {
		flex-direction: column;
	}

	.bundle-license-band {
		padding: 24px;
	}

	.catalog-card {
		min-height: auto;
	}

	.catalog-card-top,
	.catalog-card-foot {
		align-items: flex-start;
		flex-direction: column;
	}

	.bundle-cta .button {
		width: 100%;
	}

	.compare-head {
		display: none;
	}

	.compare-row {
		grid-template-columns: 1fr;
		gap: 8px;
		align-items: start;
		min-height: auto;
		padding: 16px;
	}

	.compare-row span {
		display: grid;
		gap: 2px;
	}

	.compare-row em {
		display: block;
	}

	.dashboard-section,
	.dashboard-hero {
		padding: 18px;
	}

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

	.download-row,
	.renewal-card,
	.invoice-preview {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.download-row .button-ghost,
	.renewal-card .button-ghost {
		width: 100%;
	}

	.license-card-top,
	.invoice-preview {
		flex-direction: column;
		align-items: flex-start;
	}

	.license-key-row {
		grid-template-columns: 1fr;
	}

	.billing-row,
	.billing-row-head {
		grid-template-columns: 1fr;
		gap: 4px;
		align-items: start;
		min-height: auto;
		padding: 14px;
	}

	.billing-row-head {
		display: none;
	}

	.dashboard-detail-panel {
		padding: 18px;
	}

	.invoice-document-head,
	.renewal-detail-head {
		flex-direction: column;
	}

	.invoice-status {
		text-align: left;
	}

	.invoice-detail-grid,
	.renewal-detail-grid {
		grid-template-columns: 1fr;
	}

	.invoice-line,
	.invoice-line-head {
		grid-template-columns: 1fr;
		gap: 4px;
		align-items: start;
		min-height: auto;
		padding: 14px;
	}

	.invoice-line-head {
		display: none;
	}

	.invoice-total-box {
		width: 100%;
	}

	.account-page {
		padding: var(--wd-page-top-space-mobile) 0 62px;
	}

	.account-title {
		font-size: clamp(32px, 9vw, 42px);
	}

	.account-copy {
		font-size: 17px;
	}

	.auth-panel {
		padding: 22px;
	}

	.auth-layout {
		padding: 8px;
	}

	.auth-intro {
		min-height: auto;
		padding: 22px;
	}

	.auth-badge {
		margin-bottom: 20px;
	}

	.auth-row {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.product-board {
		width: 100%;
		aspect-ratio: auto;
		padding: 14px;
		min-height: 460px;
	}

	.hero-preview-layout {
		gap: 12px;
		padding-top: 16px;
	}

	.hero-preview-pricing,
	.hero-preview-team,
	.hero-preview-tabs {
		padding: 12px;
	}

	.hero-preview-bottom {
		grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
		gap: 12px;
	}

	.hero-preview-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-bottom: 10px;
	}

	.hero-preview-head span {
		font-size: 12px;
	}

	.hero-preview-head em {
		min-height: 20px;
		font-size: 10px;
	}

	.hero-price-grid {
		gap: 8px;
	}

	.hero-price-card {
		min-height: 130px;
		padding: 14px 10px 12px;
	}

	.hero-price-card span,
	.hero-tabs-nav span {
		font-size: 10px;
	}

	.hero-price-card strong {
		margin: 12px 0;
		font-size: 28px;
	}

	.hero-tabs-nav {
		flex-wrap: wrap;
		gap: 5px;
	}

	.hero-tabs-nav span {
		min-height: 26px;
		padding: 0 8px;
	}

	.hero-tabs-panel {
		padding: 12px;
	}

	.section {
		padding: 56px 0;
	}

	.bundle-cta {
		padding: 24px;
	}

	.footer-columns {
		grid-template-columns: 1fr;
		padding: 42px 0;
	}

	.footer-brand img {
		width: 124px;
	}

	.cookie-banner {
		right: 12px;
		bottom: 12px;
		left: 12px;
		width: auto;
	}

	.cookie-banner-actions {
		align-items: stretch;
	}
}
