/* Customize Plan Page Styles */
.page-id-4672 {
	background-image: linear-gradient(to bottom right, #F7F7F7, #DFE9EF, #FFFFFF);
}

body.page-update-order,
body.page-customize-plan,
body.page-customize-plan {
	min-height: 100vh;
}

body.page-update-order,
body.page-customize-plan {
	background-image: linear-gradient(to bottom right, #F7F7F7, #DFE9EF, #FFFFFF);
	background-attachment: fixed;
}

/* Runtime layout on localhost uses <main><div class="ph-customize-plan-page">... */
body.page-customize-plan main,
body.page-update-order main {
	margin: 0 !important;
	padding: 0 !important;
}

body.page-customize-plan main>.ph-customize-plan-page,
body.page-update-order main>.ph-customize-plan-page {
	margin: 0 !important;
	padding-top: 0 !important;
}

body.page-update-order .entry-content,
body.page-customize-plan .entry-content,
body.page-customize-plan .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.page-update-order .site-main,
body.page-customize-plan .site-main,
body.page-customize-plan .site-main {
	padding: 0;
}

body.page-update-order .entry-content>*:not(script),
body.page-customize-plan .entry-content>*:not(script),
body.page-customize-plan .entry-content>*:not(script) {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 16px 56px;
	box-sizing: border-box;
}

body.page-update-order .entry-content .wp-block-group,
body.page-customize-plan .entry-content .wp-block-group,
body.page-customize-plan .entry-content .wp-block-group {
	padding: 0 !important;
	margin: 0 auto !important;
	width: 100%;
	max-width: 1200px;
}

body.page-update-order .site-header,
body.page-customize-plan .site-header,
body.page-update-order .site-navigation,
body.page-customize-plan .site-navigation,
body.page-update-order header,
body.page-customize-plan header,
body.page-update-order .elementor-location-header,
body.page-customize-plan .elementor-location-header {
	display: none !important;
}

.customize-plan-shell {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.progress-stepper,
.progress-stepper * {
	box-sizing: border-box;
}

.progress-stepper {
	width: 100%;
	max-width: 720px;
	margin: 60px auto 16px auto;
	display: block;
}

/* Remove excess top whitespace on customize-plan page. */
body.page-customize-plan .entry-content>*:not(script) {
	padding-top: 0;
}

body.page-customize-plan .customize-plan-shell>.progress-stepper,
body.page-update-order .customize-plan-shell>.progress-stepper {
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin: 24px auto 14px auto !important;
}

.progress-stepper .stepper-track {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

body.page-customize-plan .customize-plan-shell>.progress-stepper .stepper-track,
body.page-update-order .customize-plan-shell>.progress-stepper .stepper-track {
	width: min(100%, 720px);
	margin: 0 auto;
}

.progress-stepper .step-node {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.progress-stepper .step-circle {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: #e2e8f0;
	color: #64748b;
	border: 2px solid transparent;
}

.progress-stepper .is-active .step-circle,
.progress-stepper .is-complete .step-circle {
	background: linear-gradient(90deg, #FFC53A, #FDC438);
	color: #1f211d;
}

.progress-stepper .step-circle.ringed {
	box-shadow: 0 0 0 6px rgba(255, 197, 58, 0.2);
	background: #FFC53A;
	color: #1f211d;
}

.progress-stepper .step-circle.muted {
	background: #e2e8f0;
	color: #94a3b8;
}

.progress-stepper .step-label {
	font-size: 12px;
	font-weight: 600;
	color: #1f211d;
}

.progress-stepper .step-label.muted {
	color: #94a3b8;
}

.progress-stepper .step-line {
	flex: 1;
	height: 4px;
	border-radius: 8px;
	background: #e2e8f0;
	overflow: hidden;
	min-width: 12px;
}

.progress-stepper .step-line-fill {
	height: 100%;
	background: #FFC53A;
}

.progress-stepper .step-line-fill.empty {
	width: 0;
}

.progress-stepper .step-line-fill.full {
	width: 100%;
}

.duration-selector {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 8px 0;
	margin: 0 0 32px 0;
	background: transparent;
	max-width: 100%;
}

.duration-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #111827;
	font-weight: 600;
	font-size: 15px;
}

.duration-label .dashicons {
	color: #FFC53A;
	font-size: 18px;
	width: 18px;
	height: 18px;
}

.duration-text {
	display: flex;
	align-items: center;
	gap: 8px;
}

.duration-title {
	color: #111827;
}

.duration-subtitle {
	font-size: 13px;
	color: #64748B;
	font-weight: 400;
}

.duration-toggle {
	display: inline-flex;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.duration-btn {
	border: none;
	background: #FFFFFF;
	padding: 10px 24px;
	font-weight: 700;
	font-size: 15px;
	color: #64748B;
	cursor: pointer;
	transition: all 0.2s ease;
	outline: none;
}

.duration-btn.active {
	background: #FFC53A !important;
	color: #111827 !important;
}

.duration-btn:hover:not(.active):not(:disabled) {
	background: #F8FAFC;
	color: #111827;
}

.customize-plan-shell .duration-toggle {
	display: flex;
	gap: 0;
}

.customize-plan-shell .duration-toggle .duration-btn {
	flex: 0 0 auto;
	border: none;
	background: #FFFFFF;
	color: #4B5563;
	border-radius: 0;
	padding: 10px 28px;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.customize-plan-shell .duration-toggle .duration-btn.active,
.customize-plan-shell .duration-toggle .duration-btn[aria-pressed="true"] {
	background: #FFC53A !important;
	color: #111827 !important;
}

.customize-plan-shell .duration-btn.active {
	background: #FFC53A !important;
	color: #111827 !important;
	border: none !important;
	box-shadow: none !important;
}

.duration-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

/* Header Section */
.customize-plan-header {
	text-align: center;
	padding: 14px 0 10px;
	max-width: 1200px;
	margin: 0 auto 6px auto;
}

.order-confirmed {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 14px;
	background: #ECFDF5;
	color: #047857;
	border: 1px solid #A7F3D0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.order-confirmed .dashicons {
	color: #10B981;
	font-size: 18px;
}

.customize-plan-title {
	font-size: 36px;
	font-weight: 600 !important;
	color: #1f211d;
	margin-bottom: 6px;
	line-height: 1.12;
}

.customize-plan-title .highlight {
	color: transparent;
	background: linear-gradient(90deg, #FFC53A, #FDC438);
	-webkit-background-clip: text;
	background-clip: text;
}

.customize-plan-subtitle {
	font-size: 18px;
	color: #64748B;
	line-height: 1.4;
	margin-bottom: 0;
}

.customize-lock-banner {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	padding: 10px 14px;
	border-radius: 8px;
	border: 1px solid #fcd34d;
	background: #fffbeb;
	color: #92400e;
	font-size: 13px;
	font-weight: 600;
	max-width: 880px;
	text-align: left;
}

.customize-lock-banner .dashicons {
	width: 16px;
	height: 16px;
	font-size: 16px;
	color: #d97706;
}

/* Program Cards */
.program-cards {
	--card-type-bump: 5px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 24px;
}

.program-card {
	--accent: #FFC53A;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	padding: 24px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	min-height: 100%;
}

.program-card[data-program="basic"] {
	--accent: #94A3B8;
}

.program-card[data-program="elite"] {
	--accent: #111827;
}

.program-card:hover {
	border-color: #CBD5E1;
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.program-card:focus-visible {
	outline: 3px solid rgba(59, 130, 246, 0.22);
	outline-offset: 2px;
}

.program-card.selected {
	border: 2px solid #FFC53A;
	box-shadow: 0 12px 30px rgba(255, 197, 58, 0.15);
	transform: translateY(-4px);
}

.program-card.selected[data-program="edge"] {
	border-color: #FFC53A;
}

.program-card.selected[data-program="elite"] {
	border-color: #FFC53A;
}

.program-card.is-unavailable {
	opacity: 1;
	cursor: pointer;
}

.program-card.is-readonly {
	cursor: not-allowed !important;
}

.program-card.is-readonly:hover {
	transform: none;
	border-color: #e2e8f0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.program-card.is-readonly.selected:hover {
	border-color: #FFC53A;
	box-shadow: 0 12px 30px rgba(255, 197, 58, 0.15);
}

.program-card-badges {
	position: absolute;
	top: 12px;
	right: 12px;
	display: flex;
	gap: 6px;
	z-index: 3;
	pointer-events: none;
}

.program-badge {
	font-size: 11px;
	font-weight: 700;
	padding: 6px 10px;
	border-radius: 8px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.04);
	pointer-events: none;
}

.program-badge-best {
	background: #111827;
	color: #FFFFFF;
}

.program-badge-popular {
	background: #FFC53A;
	color: #111827;
}

.program-card .card-icon {
	position: relative;
	z-index: 1;
}

.program-card-header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	position: relative;
	padding-right: 10px;
	padding-top: 10px;
}

.program-card-main {
	display: flex;
	align-items: center;
	gap: 12px;
}

.program-card .card-icon {
	width: 44px;
	height: 44px;
	background: rgba(15, 23, 42, 0.06);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(148, 163, 184, 0.3);
	color: var(--accent);
	overflow: hidden;
}

.program-card[data-program="elite"] .card-icon {
	background: rgba(31, 33, 29, 0.08);
	color: #1f211d;
}

.program-card[data-program="basic"] .card-icon {
	color: #64748B;
}

.program-card .card-icon .dashicons {
	font-size: 22px;
	width: 22px;
	height: 22px;
}

.program-card .card-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 8px;
}

.program-info h3 {
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 4px 0;
	color: #1f211d;
}

.program-info .card-subtitle {
	font-size: 13px;
	color: #64748B;
	margin: 0;
}

.program-card-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #94A3B8;
	flex-shrink: 0;
}

.program-card-check .check-icon {
	width: 26px;
	height: 26px;
	border-radius: 8px;
	border: 1px solid #E2E8F0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #FFFFFF;
	color: transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.08);
}

.program-card-check .check-icon::before {
	opacity: 0;
	transform: scale(0.72);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.program-card.selected .program-card-check .check-icon {
	background: var(--accent);
	border-color: var(--accent);
	color: #1f211d;
	box-shadow: none;
}

.program-card.selected .program-card-check .check-icon::before {
	opacity: 1;
	transform: scale(1);
}

.program-card.selected[data-program="elite"] .program-card-check .check-icon {
	color: #F8FAFC;
}

.program-card-check .check-label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	color: #1f211d;
}

.program-price-container {
	border-top: 1px solid #F1F5F9;
	padding-top: 12px;
}

.program-price-container .price-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.program-price-container .card-total-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
}

.program-price-container .card-total-row .card-save {
	margin: 0;
	align-self: center;
}

.program-card .card-total {
	font-size: 22px;
	font-weight: 800;
	color: #1f211d;
	margin: 0;
	line-height: 1.2;
}

.program-card .card-total span {
	font-size: 22px;
	color: #1f211d;
	font-weight: 800;
	margin-left: 4px;
}

.program-card .card-price {
	font-size: 18px;
	color: #64748B;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

.program-card .card-price span {
	font-size: 16px;
	color: #64748B;
	font-weight: 600;
	margin-left: 4px;
}

.program-card .card-save {
	font-size: 11px;
	color: #065F46;
	font-weight: 700;
	background: #F0FDF4;
	padding: 4px 8px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	align-self: flex-end;
	margin-top: 6px;
	border: 1px solid #BBF7D0;
}

.program-card .card-save.hidden {
	display: none !important;
}

.program-card .card-save.hidden {
	display: none !important;
}

.program-card .card-features {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.program-card .card-features p {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #475569;
	word-break: break-word;
}

.program-card .card-features .feature-item {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #475569;
}

.program-card .card-features .feature-check {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.program-card .card-features .feature-text {
	flex: 1;
	min-width: 0;
	font-size: calc(10px + var(--card-type-bump, 5px));
	line-height: 1.5;
}

.program-card .card-features .feature-price {
	color: #0F172A;
	font-weight: 600;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.program-card .card-features .badge-free {
	background: #ECFDF5;
	color: #059669;
	border: 1px solid #A7F3D0;
	font-size: 9px;
	font-weight: 700;
	border-radius: 8px;
	padding: 1px 5px;
	white-space: nowrap;
}

.program-card.selected .card-features .dashicons {
	color: #10B981;
}

.program-card .card-features .dashicons {
	color: #CBD5E1;
	font-size: 16px;
	width: 16px;
	height: 16px;
}

/* Hide global Elementor header/footer blocks on the update-order/customize-plan page */
body.page-update-order .elementor-location-header,
body.page-customize-plan .elementor-location-header,
body.page-update-order .elementor-element-f2c2c62,
body.page-customize-plan .elementor-element-f2c2c62 {
	display: none !important;
}

/* Addon Products Section */
.addon-products-section {
	--accent: #FFC53A;
	--card-type-bump: 5px;
	background: #FFFFFF;
	border: 1px solid #E2E8F0;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 32px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.addon-products-section[data-program="elite"] {
	--accent: #3B82F6;
	border-color: rgba(59, 130, 246, 0.3);
}

.addon-products-section .section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 700;
	color: #1f211d;
	margin: 0 0 10px 0;
}

.addon-products-section .section-title .ph-icon {
	flex-shrink: 0;
	color: var(--accent);
}

.addon-products-section .section-subtitle {
	font-size: 14px;
	color: #64748b;
	margin: 0;
	padding-left: 0;
	line-height: 1.5;
}

.addon-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 16px;
	margin-bottom: 16px;
	align-items: stretch;
}

/* Keep Edge add-ons compact and fully visible on wide screens (4 options). */
.addon-products-section[data-program="edge"] .addon-products-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Elite currently has 3 options and should fill a row without leftover whitespace. */
.addon-products-section[data-program="elite"] .addon-products-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.addon-product-card {
	background: #ffffff;
	border: 1px solid #d8e3ef;
	border-radius: 12px;
	padding: 0;
	cursor: pointer;
	transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
	position: relative;
	min-height: clamp(300px, 30vw, 340px);
	display: block;
	overflow: hidden;
	perspective: 1200px;
	box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
}

.addon-product-card:hover {
	border-color: rgba(148, 163, 184, 0.72);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.addon-product-card.selected {
	background: #ffffff;
	border-color: var(--accent);
	border-width: 2px;
	box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
	transform: translateY(-2px);
}

.ph-option__card-inner {
	position: relative;
	min-height: inherit;
	transform-style: preserve-3d;
	transition: transform 0.55s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.addon-product-card.is-flipped .ph-option__card-inner {
	transform: rotateY(180deg);
}

.ph-option__card-face {
	background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-height: inherit;
	padding: 16px 18px 12px;
}

.ph-option__card-face--front {
	position: relative;
	pointer-events: auto;
	padding-bottom: 42px;
}

.ph-option__card-face--back {
	position: absolute;
	inset: 0;
	transform: rotateY(180deg);
	background: linear-gradient(180deg, #ffffff 0%, #eef5fb 100%);
	border-top: 4px solid var(--accent);
	pointer-events: none;
}

.addon-product-card.is-flipped .ph-option__card-face--front {
	pointer-events: none;
}

.addon-product-card.is-flipped .ph-option__card-face--back {
	pointer-events: auto;
}

.addon-product-card .addon-card-check {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	border: 2px solid #c4d4e4;
	background: #f8fbff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 1;
	transform: scale(1);
	transition: all 0.2s ease;
	z-index: 8;
	pointer-events: none;
}

.addon-product-card.selected .addon-card-check {
	opacity: 1;
	transform: scale(1);
	background: var(--accent);
	border-color: var(--accent);
	color: #ffffff;
}

.addon-product-card .addon-card-check::before {
	content: "✓";
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	opacity: 0;
	transform: scale(0.82);
	transition: opacity 0.18s ease, transform 0.18s ease;
	color: inherit;
	text-shadow: 0 1px 1px rgba(15, 23, 42, 0.22);
}

.addon-product-card.selected .addon-card-check::before {
	opacity: 1;
	transform: scale(1);
}

.addon-product-card .product-icon {
	width: 48px;
	height: 48px;
	border-radius: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 6px;
	color: var(--accent);
	font-weight: 600;
}

.addon-products-section[data-program="edge"] .addon-product-card .product-icon {
	color: #f6b31f;
}

.addon-products-section[data-program="elite"] .addon-product-card .product-icon {
	color: #3b82f6;
}

.addon-product-card .product-icon .ph-icon,
.addon-product-card .product-icon svg {
	width: 30px;
	height: 30px;
	color: inherit;
}

.addon-product-card h4 {
	font-size: calc(17px + var(--card-type-bump));
	font-weight: 700;
	margin: 0;
	color: #1f211d;
	line-height: 1.25;
}

.addon-product-card .product-description {
	font-size: calc(13px + var(--card-type-bump));
	color: #64748b;
	margin: 0;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.ph-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ph-section-title__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ph-section-heading {
	font-size: 18px;
	font-weight: 700;
	color: #1f211d;
	line-height: 1.2;
}

.ph-section-subtitle {
	margin: 0;
}

.ph-option__sub {
	margin-bottom: 0;
}

.ph-option__sub--front {
	color: #6b7f95;
}

.ph-option__sub--back {
	color: #5d7083;
	font-weight: 600;
}

.ph-option__toggle {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d6e2ee;
	background: #ffffff;
	padding: 5px 11px;
	border-radius: 8px;
	margin: 8px 0 0;
	font-size: calc(12px + var(--card-type-bump));
	font-weight: 700;
	color: #334155;
	text-decoration: none;
	line-height: 1.2;
	cursor: pointer;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.ph-option__card-face--front .ph-option__toggle {
	position: absolute;
	left: 18px;
	bottom: 12px;
	margin: 0;
}

.ph-option__toggle:hover {
	background: #f8fbff;
	border-color: var(--accent);
	color: #0f172a;
	transform: translateY(-1px);
	box-shadow: 0 3px 10px rgba(15, 23, 42, 0.08);
}

.ph-option__toggle:focus-visible {
	outline: 2px solid rgba(59, 130, 246, 0.35);
	outline-offset: 2px;
}

.ph-option__toggle--back {
	margin-top: 8px;
}

.ph-option__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 2px;
}

.ph-chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border-radius: 8px;
	padding: 6px 10px 5px;
	font-size: calc(8px + var(--card-type-bump));
	font-weight: 600;
	line-height: 1.15;
	border: 1px solid rgb(191, 219, 254);
	background: rgb(239, 246, 255);
	color: rgb(29, 78, 216);
}

.ph-option__list {
	list-style: none;
	margin: 6px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ph-benefit {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #0f172a;
	font-size: calc(12px + var(--card-type-bump));
	line-height: 1.5;
}

.ph-benefit__icon {
	color: #10b981;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	display: block;
}

.ph-benefit__text {
	display: inline-block;
	font-size: calc(10px + var(--card-type-bump));
	line-height: 1.5;
	color: #0f172a;
	margin-top: 0;
}

.ph-option__back-kicker {
	display: inline-flex;
	align-items: center;
	font-size: calc(11px + var(--card-type-bump));
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b7f95;
}

.ph-option__title--back {
	margin-top: 2px;
}

.ph-option__back-copy {
	margin: 0;
	font-size: calc(13px + var(--card-type-bump));
	line-height: 1.62;
	color: #334155;
	overflow-wrap: anywhere;
	flex: 1 1 auto;
	overflow: auto;
	padding-right: 4px;
}

.addon-product-card .addon-card-check .dashicons {
	display: none;
}

.addon-product-card input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.addon-product-card.is-disabled {
	opacity: 0.45;
	pointer-events: none;
	filter: grayscale(1);
	border-color: #e2e8f0;
	background: #f5f5f5;
}

.addon-product-card.is-disabled .addon-card-check {
	opacity: 0;
}

.addon-products-section.is-readonly .addon-product-card,
.addon-product-card.is-readonly {
	cursor: not-allowed;
	transform: none !important;
}

.addon-products-section.is-readonly .addon-product-card:hover,
.addon-product-card.is-readonly:hover {
	border-color: #e2e8f0;
	box-shadow: none;
}

.addon-disabled-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	display: none;
	align-items: center;
	gap: 6px;
	padding: 4px 8px;
	border-radius: 8px;
	background: rgba(239, 68, 68, 0.14);
	color: #b91c1c;
	border: 1px solid rgba(239, 68, 68, 0.35);
	font-size: 10px;
	font-weight: 700;
}

.addon-product-card.is-disabled .addon-disabled-badge {
	display: inline-flex;
}

.addon-disabled-badge .dashicons {
	width: 12px;
	height: 12px;
	font-size: 12px;
}

.addon-pill-row {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.addon-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 12px;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	border: none;
	background: #FFF4D6;
	color: #854D0E;
	text-transform: capitalize;
}

.addon-pill-peptide {
	background: #DBEAFE;
	color: #1E40AF;
}

.addon-pill-warning {
	background: #FEE2E2;
	color: #991B1B;
}

.addon-conflict-message {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fff7ed;
	border: 1px solid #fb923c;
	color: #92400e;
	margin-top: 10px;
}

.addon-conflict-message .dashicons {
	color: #f97316;
	margin-top: 2px;
}

.hidden {
	display: none !important;
}

.customize-plan-footnote {
	margin-top: 24px;
	margin-bottom: 80px;
	text-align: center;
	font-size: 16px;
	color: #64748b;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6;
}

/* Hide top call-to-action footer strip on update-order/customize-plan */
body.page-update-order .elementor-element-f2c2c62,
body.page-customize-plan .elementor-element-f2c2c62 {
	display: none !important;
}

.hidden {
	display: none !important;
}

/* Override Elementor kit link color on customize plan/update order pages */
body.page-update-order .elementor-kit-14 a,
body.page-customize-plan .elementor-kit-14 a {
	color: inherit !important;
}

/* No Payment Notice */
.no-payment-notice {
	display: flex;
	gap: 16px;
	background: #F0FDF4;
	border: 1px solid #BBF7D0;
	border-radius: 8px;
	padding: 24px;
	align-items: center;
	margin-top: 16px;
}

.no-payment-icon {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #D1FAE5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #059669;
	flex-shrink: 0;
}

.no-payment-icon .dashicons {
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.no-payment-content h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 6px 0;
	color: #065F46;
}

.no-payment-content p {
	font-size: 14px;
	color: #047857;
	margin: 0 0 12px 0;
}

.no-payment-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.no-payment-badges .badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #065F46;
	border: 1px solid #BBF7D0;
}

.no-payment-badges .badge .dashicons {
	font-size: 14px;
	width: 14px;
	height: 14px;
}

/* Action Buttons */
.customize-plan-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.lock-in-btn {
	flex: 1 1 auto;
	padding: 0 40px;
	height: 60px;
	background: #FFC53A;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	box-shadow: 0 4px 14px rgba(255, 197, 58, 0.4);
	transition: all 0.2s ease;
}

.lock-in-btn:hover:not(:disabled) {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(255, 197, 58, 0.4);
}

.lock-in-btn:disabled {
	background: #E2E8F0;
	color: #94A3B8;
	cursor: not-allowed;
	box-shadow: none;
}

.lock-in-btn.is-locked:disabled {
	background: #e2e8f0;
	color: #64748b;
	box-shadow: none;
}

.lock-in-btn.is-loading .lock-in-icon {
	opacity: 0;
}

.lock-in-text {
	display: inline-flex;
	align-items: center;
}

.lock-in-icon {
	display: inline-flex;
	align-items: center;
}

.customize-plan-cancel-btn {
	height: 60px;
	padding: 0 24px;
	border-radius: 8px;
	border: 1px solid #E2E8F0;
	background: #FFFFFF;
	color: #111827 !important;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600 !important;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.2s ease;
	box-shadow: none;
	position: relative;
	z-index: 1;
}

.customize-plan-cancel-btn:hover {
	border-color: #FFC53A !important;
	background: #F8FAFC;
	color: #1f211d !important;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.customize-plan-cancel-btn.is-reschedule {
	border-color: #1D4ED8 !important;
	background: #EFF6FF !important;
	color: #1E3A8A !important;
}

.customize-plan-cancel-btn.is-reschedule:hover {
	border-color: #1E40AF !important;
	background: #DBEAFE !important;
	color: #1E3A8A !important;
	box-shadow: 0 4px 12px rgba(30, 64, 175, 0.18);
}

body.page-update-order .customize-plan-cancel-btn,
body.page-customize-plan .customize-plan-cancel-btn,
body.page-customize-plan .customize-plan-cancel-btn {
	color: #334155 !important;
	border-color: #CBD5E1 !important;
	background: #FFFFFF !important;
}

body.page-update-order .customize-plan-cancel-btn:hover,
body.page-customize-plan .customize-plan-cancel-btn:hover,
body.page-customize-plan .customize-plan-cancel-btn:hover {
	color: #CBD5E1 !important;
	background: #F8FAFC !important;
}

body.page-update-order .customize-plan-cancel-btn.is-reschedule,
body.page-customize-plan .customize-plan-cancel-btn.is-reschedule {
	color: #1E3A8A !important;
	border-color: #1D4ED8 !important;
	background: #EFF6FF !important;
}

body.page-update-order .customize-plan-cancel-btn.is-reschedule:hover,
body.page-customize-plan .customize-plan-cancel-btn.is-reschedule:hover {
	color: #1E3A8A !important;
	border-color: #1E40AF !important;
	background: #DBEAFE !important;
}

.cancel-icon {
	font-size: 16px;
	line-height: 1;
}

.customize-plan-next-steps {
	margin-top: 14px;
	padding: 14px;
	border: 1px solid #E2E8F0;
	border-radius: 10px;
	background: #F8FAFC;
}

.customize-plan-next-steps__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #64748B;
}

.customize-plan-next-steps__actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.customize-plan-next-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 8px;
	border: 1px solid #CBD5E1;
	background: #FFFFFF;
	color: #1F2937 !important;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease;
}

.customize-plan-next-link:hover {
	border-color: #94A3B8;
	background: #F8FAFC;
	color: #0F172A !important;
}

.customize-plan-next-link.is-primary {
	border-color: #1D4ED8;
	background: #1D4ED8;
	color: #FFFFFF !important;
}

.customize-plan-next-link.is-primary:hover {
	border-color: #1E40AF;
	background: #1E40AF;
	color: #FFFFFF !important;
}

@media (max-width: 1100px) and (min-width: 769px) {
	.program-cards {
		--card-type-bump: 3px;
	}

	.addon-products-section[data-program="edge"] .addon-products-grid,
	.addon-products-section[data-program="elite"] .addon-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.addon-products-section {
		--card-type-bump: 3px;
	}

	.program-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.program-cards .program-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

/* Responsive */
@media (max-width: 768px) {
	.program-cards {
		--card-type-bump: 2px;
	}

	.addon-products-section {
		--card-type-bump: 2px;
	}

	.customize-plan-header {
		padding: 24px 0 0;
	}

	.customize-plan-title {
		font-size: 28px;
	}

	.duration-selector {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 16px;
	}

	.duration-toggle {
		justify-content: center;
	}

	.duration-btn {
		flex: 1;
		padding: 10px 12px;
		font-size: 13px;
	}

	.program-cards {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.addon-products-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.addon-product-card {
		min-height: 320px;
	}

	.ph-option__card-face {
		padding: 16px;
		gap: 8px;
	}

	.ph-option__card-face--front {
		padding-bottom: 40px;
	}

	.ph-option__card-face--front .ph-option__toggle {
		left: 16px;
		bottom: 10px;
	}

	.ph-chip {
		padding: 5px 9px 4px;
	}

	.ph-option__back-copy {
		max-height: 150px;
	}

	.no-payment-notice {
		flex-direction: column;
		text-align: center;
		padding: 20px;
	}

	.customize-plan-actions {
		flex-direction: column-reverse;
	}

	.lock-in-btn,
	.customize-plan-cancel-btn {
		width: 100%;
	}

	.customize-plan-next-steps__actions {
		flex-direction: column;
	}

	.customize-plan-next-link {
		width: 100%;
	}
}
