/* DFW Cleaning Pricing & Checklist Manager — public pricing pages */
body.dfwcpm-active {
	overflow-x: hidden;
	overflow-x: clip;
}

.dfwcpm-active .entry-header,
.dfwcpm-active .page-header,
.dfwcpm-active .entry-title,
.dfwcpm-active .post-thumbnail,
.dfwcpm-active .comments-area {
	display: none !important;
}

/*
 * GeneratePress and several page builders wrap entry content in a centered,
 * padded article column. Reset only the managed pricing pages so the public
 * layout is genuinely centered rather than being pushed to the right by a
 * 100vw/negative-margin breakout.
 */
body.dfwcpm-active #page,
body.dfwcpm-active .site.grid-container,
body.dfwcpm-active .site-content,
body.dfwcpm-active #primary,
body.dfwcpm-active .content-area,
body.dfwcpm-active .site-main,
body.dfwcpm-active .site-main > article,
body.dfwcpm-active .inside-article,
body.dfwcpm-active .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.dfwcpm-active .site-content {
	display: block !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.dfwcpm-active #primary,
body.dfwcpm-active .content-area {
	float: none !important;
}

body.dfwcpm-active .site-main,
body.dfwcpm-active .site-main > article,
body.dfwcpm-active .inside-article,
body.dfwcpm-active .entry-content {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

body.dfwcpm-active #left-sidebar,
body.dfwcpm-active #right-sidebar,
body.dfwcpm-active .site-content > .widget-area {
	display: none !important;
}

.dfwcpm-pricing,
.dfwcpm-pricing * {
	box-sizing: border-box;
}

.dfwcpm-pricing {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	overflow-x: clip;
	color: var(--dfwcpm-text);
	font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	background: #fff;
}

.dfwcpm-pricing h1,
.dfwcpm-pricing h2,
.dfwcpm-pricing h3,
.dfwcpm-pricing p,
.dfwcpm-pricing ul,
.dfwcpm-pricing blockquote {
	margin-top: 0;
}

.dfwcpm-pricing h1,
.dfwcpm-pricing h2,
.dfwcpm-pricing h3 {
	color: var(--dfwcpm-navy-dark);
	font-family: Poppins, Inter, "Segoe UI", sans-serif;
	line-height: 1.12;
	letter-spacing: -0.025em;
}

.dfwcpm-container {
	width: min(calc(100% - 40px), var(--dfwcpm-max-width));
	margin-inline: auto;
}

.dfwcpm-section {
	padding: 18px 0;
}

.dfwcpm-hero {
	background: linear-gradient(100deg, var(--dfwcpm-cream) 0%, #fff 55%, #fff 100%);
	border-bottom: 1px solid var(--dfwcpm-border);
}

.dfwcpm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 42%) minmax(0, 58%);
	min-height: 360px;
	overflow: hidden;
}

.dfwcpm-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 34px 44px 34px 0;
	position: relative;
	z-index: 2;
}

.dfwcpm-hero__image {
	min-height: 360px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.dfwcpm-hero__image::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(251, 248, 242, 0.88), rgba(251, 248, 242, 0.05) 24%, transparent 48%);
}

.dfwcpm-tabs {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 18px;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
}

.dfwcpm-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 154px;
	padding: 10px 20px;
	color: var(--dfwcpm-navy-dark) !important;
	font-weight: 700;
	text-decoration: none !important;
	border: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.dfwcpm-tab + .dfwcpm-tab {
	border-left: 1px solid #cbd5e1;
}

.dfwcpm-tab .dashicons {
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.dfwcpm-tab.is-active,
.dfwcpm-tab:hover,
.dfwcpm-tab:focus-visible {
	background: var(--dfwcpm-navy);
	color: #fff !important;
}

.dfwcpm-hero h1 {
	max-width: 620px;
	margin-bottom: 12px;
	font-size: clamp(38px, 4.5vw, 62px);
	font-weight: 800;
}

.dfwcpm-hero__subtitle {
	max-width: 670px;
	margin-bottom: 22px;
	color: var(--dfwcpm-text);
	font-size: 18px;
}

.dfwcpm-trust-points,
.dfwcpm-feature-list,
.dfwcpm-cta__points {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dfwcpm-trust-points {
	display: flex;
	flex-wrap: wrap;
	gap: 13px 28px;
}

.dfwcpm-trust-points li,
.dfwcpm-feature-list li,
.dfwcpm-cta__points li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.dfwcpm-trust-points li {
	font-weight: 600;
	font-size: 14px;
}

.dfwcpm-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	margin-top: 2px;
	border: 2px solid var(--dfwcpm-green);
	border-radius: 50%;
	color: var(--dfwcpm-green);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.dfwcpm-packages-section {
	padding-top: 14px;
	padding-bottom: 10px;
}

.dfwcpm-package-grid {
	display: grid;
	grid-template-columns: repeat(var(--dfwcpm-package-count), minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.dfwcpm-package-card {
	--dfwcpm-accent: var(--dfwcpm-navy);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 24px 20px 18px;
	position: relative;
	border: 1px solid var(--dfwcpm-border);
	border-radius: var(--dfwcpm-radius);
	background: #fff;
	box-shadow: 0 5px 18px rgba(6, 35, 76, 0.055);
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dfwcpm-package-card:hover {
	transform: translateY(-4px);
	border-color: color-mix(in srgb, var(--dfwcpm-accent) 45%, var(--dfwcpm-border));
	box-shadow: 0 15px 30px rgba(6, 35, 76, 0.12);
}

.dfwcpm-package-card.is-featured {
	border: 2px solid var(--dfwcpm-accent);
	padding: 23px 19px 17px;
}

.dfwcpm-package-card__badge {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	max-width: calc(100% - 36px);
	padding: 4px 18px;
	border-radius: 999px;
	background: var(--dfwcpm-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.3;
	text-transform: uppercase;
	white-space: nowrap;
}

.dfwcpm-icon-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--dfwcpm-accent) 12%, #fff);
	color: var(--dfwcpm-accent);
}

.dfwcpm-icon-circle .dashicons {
	font-size: 29px;
	width: 29px;
	height: 29px;
}

.dfwcpm-package-card h2 {
	min-height: 48px;
	margin-bottom: 4px;
	font-size: 21px;
	font-weight: 800;
}

.dfwcpm-package-card__subtitle {
	min-height: 45px;
	margin-bottom: 15px;
	color: var(--dfwcpm-text);
	font-size: 14px;
	line-height: 1.35;
}

.dfwcpm-price {
	margin-bottom: 14px;
	line-height: 1;
}

.dfwcpm-price__prefix {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
}

.dfwcpm-price__main {
	color: var(--dfwcpm-accent);
	font-size: clamp(30px, 3vw, 40px);
	font-weight: 850;
	letter-spacing: -0.04em;
}

.dfwcpm-price__suffix {
	margin-left: 4px;
	font-size: 14px;
	font-weight: 700;
}

.dfwcpm-feature-list {
	flex: 1 1 auto;
	margin-bottom: 18px;
	text-align: left;
}

.dfwcpm-feature-list li {
	margin: 7px 0;
	font-size: 14px;
	line-height: 1.32;
}

.dfwcpm-feature-list .dfwcpm-check {
	flex-basis: 15px;
	width: 15px;
	height: 15px;
	font-size: 9px;
}

.dfwcpm-package-card__actions {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-top: auto;
}

.dfwcpm-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 20px;
	border: 0;
	border-radius: 9px;
	background: var(--dfwcpm-navy);
	box-shadow: 0 5px 14px rgba(6, 35, 76, 0.17);
	color: #fff !important;
	font-size: 15px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.dfwcpm-package-card.is-featured .dfwcpm-button {
	background: var(--dfwcpm-accent);
}

.dfwcpm-button:hover,
.dfwcpm-button:focus-visible {
	transform: translateY(-2px);
	background: var(--dfwcpm-navy-dark);
	box-shadow: 0 9px 19px rgba(6, 35, 76, 0.22);
}

.dfwcpm-button--green,
.dfwcpm-button--green:hover,
.dfwcpm-button--green:focus-visible {
	background: var(--dfwcpm-green);
}

.dfwcpm-learn-more {
	color: var(--dfwcpm-navy) !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.dfwcpm-notice-section {
	padding-top: 6px;
	padding-bottom: 12px;
}

.dfwcpm-notice {
	display: flex;
	align-items: center;
	gap: 18px;
	max-width: 1000px;
	margin: auto;
	padding: 15px 22px;
	border: 1px solid color-mix(in srgb, var(--dfwcpm-gold) 55%, #fff);
	border-radius: 12px;
	background: color-mix(in srgb, var(--dfwcpm-gold) 7%, #fff);
}

.dfwcpm-notice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	border: 2px solid #a66b00;
	border-radius: 50%;
	color: #a66b00;
}

.dfwcpm-notice__icon .dashicons {
	font-size: 22px;
	width: 22px;
	height: 22px;
}

.dfwcpm-notice strong {
	display: block;
	color: var(--dfwcpm-text);
	font-size: 14px;
}

.dfwcpm-notice p {
	margin: 3px 0 0;
	font-size: 13px;
}

.dfwcpm-section-title {
	margin: 0 0 13px;
	font-size: clamp(25px, 3vw, 34px);
	font-weight: 800;
	text-align: center;
}

.dfwcpm-section-title--left {
	text-align: left;
}

.dfwcpm-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--dfwcpm-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(6, 35, 76, 0.04);
}

.dfwcpm-comparison-table {
	width: 100%;
	min-width: 820px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
	font-size: 13px;
}

.dfwcpm-comparison-table th,
.dfwcpm-comparison-table td {
	padding: 8px 12px;
	border-right: 1px solid var(--dfwcpm-border);
	border-bottom: 1px solid var(--dfwcpm-border);
	text-align: center;
}

.dfwcpm-comparison-table th:last-child,
.dfwcpm-comparison-table td:last-child {
	border-right: 0;
}

.dfwcpm-comparison-table tr:last-child th,
.dfwcpm-comparison-table tr:last-child td {
	border-bottom: 0;
}

.dfwcpm-comparison-table thead th {
	background: color-mix(in srgb, var(--dfwcpm-accent, var(--dfwcpm-navy)) 7%, #fff);
	color: var(--dfwcpm-accent, var(--dfwcpm-navy));
	font-weight: 800;
}

.dfwcpm-comparison-table thead th:first-child,
.dfwcpm-comparison-table tbody th {
	background: #f9fbfd;
	color: var(--dfwcpm-text);
	text-align: left;
}

.dfwcpm-comparison-table tbody th {
	font-weight: 650;
}

.dfwcpm-status--included {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--dfwcpm-green);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.dfwcpm-status--excluded {
	color: #708196;
	font-size: 17px;
}

.dfwcpm-status--add_on,
.dfwcpm-status--optional,
.dfwcpm-status--as_needed {
	color: var(--dfwcpm-navy);
	font-weight: 650;
}

.dfwcpm-addon-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 10px;
}

.dfwcpm-addon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 138px;
	padding: 14px 8px 11px;
	border: 1px solid var(--dfwcpm-border);
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.dfwcpm-addon-card__icon {
	color: var(--dfwcpm-navy);
}

.dfwcpm-addon-card__icon .dashicons {
	font-size: 31px;
	width: 31px;
	height: 31px;
}

.dfwcpm-addon-card h3 {
	flex: 1 1 auto;
	margin: 8px 0 5px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.25;
}

.dfwcpm-addon-card__price {
	color: var(--dfwcpm-green-dark);
	font-size: 15px;
	font-weight: 850;
}

.dfwcpm-addons-note {
	margin: 9px 0 0;
	color: var(--dfwcpm-muted);
	font-size: 13px;
	text-align: center;
}

.dfwcpm-factors-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
}

.dfwcpm-factors-layout.has-feedback {
	grid-template-columns: minmax(0, 2.2fr) minmax(270px, 0.8fr);
}

.dfwcpm-factors-panel,
.dfwcpm-feedback {
	padding: 18px 20px;
	border: 1px solid var(--dfwcpm-border);
	border-radius: 14px;
	background: #fff;
}

.dfwcpm-factors-panel .dfwcpm-section-title {
	margin-bottom: 14px;
	font-size: 25px;
}

.dfwcpm-factor-grid {
	display: grid;
	grid-template-columns: repeat(var(--dfwcpm-factor-count), minmax(0, 1fr));
}

.dfwcpm-factor {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 3px 16px;
	border-right: 1px solid var(--dfwcpm-border);
}

.dfwcpm-factor:first-child {
	padding-left: 0;
}

.dfwcpm-factor:last-child {
	padding-right: 0;
	border-right: 0;
}

.dfwcpm-factor__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: color-mix(in srgb, var(--dfwcpm-accent) 10%, #fff);
	color: var(--dfwcpm-accent);
}

.dfwcpm-factor__icon .dashicons {
	font-size: 27px;
	width: 27px;
	height: 27px;
}

.dfwcpm-factor h3 {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 800;
}

.dfwcpm-factor p {
	margin: 0;
	color: var(--dfwcpm-muted);
	font-size: 12px;
	line-height: 1.35;
}

.dfwcpm-feedback {
	position: relative;
	padding: 24px 26px;
}

.dfwcpm-feedback__quote {
	position: absolute;
	top: 6px;
	left: 18px;
	color: #c9d2dd;
	font-family: Georgia, serif;
	font-size: 70px;
	line-height: 1;
}

.dfwcpm-feedback strong,
.dfwcpm-feedback blockquote,
.dfwcpm-feedback cite {
	position: relative;
	z-index: 1;
}

.dfwcpm-feedback strong {
	display: block;
	margin-left: 36px;
	font-size: 13px;
}

.dfwcpm-feedback blockquote {
	margin: 18px 0 12px;
	padding: 0;
	border: 0;
	color: var(--dfwcpm-text);
	font-size: 16px;
	font-style: normal;
}

.dfwcpm-feedback cite {
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	text-align: right;
}

.dfwcpm-cta-section {
	padding-top: 8px;
	padding-bottom: 24px;
}

.dfwcpm-cta {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr) minmax(220px, 0.7fr);
	align-items: center;
	gap: 28px;
	padding: 28px 32px;
	border-radius: 16px;
	background: linear-gradient(125deg, var(--dfwcpm-navy-dark), var(--dfwcpm-navy));
	box-shadow: 0 13px 26px rgba(6, 35, 76, 0.18);
	color: #fff;
}

.dfwcpm-cta__copy {
	display: flex;
	align-items: center;
	gap: 18px;
}

.dfwcpm-cta__sparkles {
	color: var(--dfwcpm-gold);
	font-size: 38px;
}

.dfwcpm-cta h2 {
	margin-bottom: 5px;
	color: #fff;
	font-size: clamp(25px, 2.8vw, 36px);
	font-weight: 800;
}

.dfwcpm-cta p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 14px;
}

.dfwcpm-cta__points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 16px;
	font-size: 13px;
}

.dfwcpm-cta__points .dfwcpm-check {
	border-color: #27c445;
	color: #27c445;
}

.dfwcpm-cta__actions {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
	text-align: center;
}

.dfwcpm-cta__actions > span,
.dfwcpm-cta__actions > span a {
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
}

.dfwcpm-cta__actions > span a {
	font-weight: 800;
}

@media (max-width: 1080px) {
	.dfwcpm-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.dfwcpm-addon-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.dfwcpm-factor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}
	.dfwcpm-factor {
		padding: 0;
		border-right: 0;
	}
	.dfwcpm-cta {
		grid-template-columns: 1.2fr 1fr;
	}
	.dfwcpm-cta__actions {
		grid-column: 1 / -1;
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 820px) {
	.dfwcpm-container {
		width: min(calc(100% - 28px), var(--dfwcpm-max-width));
	}
	.dfwcpm-hero__grid {
		grid-template-columns: 1fr;
	}
	.dfwcpm-hero__content {
		padding: 32px 4px;
	}
	.dfwcpm-hero__image {
		min-height: 260px;
		border-radius: 14px 14px 0 0;
		grid-row: 1;
	}
	.dfwcpm-hero__image::before {
		background: linear-gradient(0deg, rgba(251, 248, 242, 0.88), transparent 44%);
	}
	.dfwcpm-hero__content {
		grid-row: 2;
	}
	.dfwcpm-factors-layout.has-feedback {
		grid-template-columns: 1fr;
	}
	.dfwcpm-cta {
		grid-template-columns: 1fr;
		text-align: left;
	}
	.dfwcpm-cta__actions {
		grid-column: auto;
		margin: 0;
	}
}

@media (max-width: 620px) {
	.dfwcpm-section {
		padding: 13px 0;
	}
	.dfwcpm-tabs {
		width: 100%;
	}
	.dfwcpm-tab {
		flex: 1 1 50%;
		min-width: 0;
		padding-inline: 10px;
	}
	.dfwcpm-hero h1 {
		font-size: 40px;
	}
	.dfwcpm-hero__subtitle {
		font-size: 16px;
	}
	.dfwcpm-trust-points {
		flex-direction: column;
		gap: 9px;
	}
	.dfwcpm-package-grid,
	.dfwcpm-addon-grid,
	.dfwcpm-factor-grid {
		grid-template-columns: 1fr;
	}
	.dfwcpm-package-card h2,
	.dfwcpm-package-card__subtitle {
		min-height: 0;
	}
	.dfwcpm-notice {
		align-items: flex-start;
		padding: 14px;
	}
	.dfwcpm-addon-card {
		min-height: 0;
	}
	.dfwcpm-factor {
		padding: 4px 0;
	}
	.dfwcpm-cta {
		padding: 24px 20px;
	}
	.dfwcpm-cta__copy {
		align-items: flex-start;
	}
	.dfwcpm-cta__points {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dfwcpm-package-card,
	.dfwcpm-button,
	.dfwcpm-tab {
		transition: none;
	}
}
