@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Figtree:wght@400;500;600;700&family=Marcellus&display=swap');

.emp-pricing {
	--emp-ink: #2b2018;
	--emp-deep: #241a12;
	--emp-cream: #fbf5ea;
	--emp-line: #eadfc8;
	--emp-red: #c1562e;
	--emp-red-dark: #a9481f;
	--emp-gold: #e7c766;
	--emp-muted: #6e5f49;
	padding: 56px;
	background: #ded8cb;
	color: var(--emp-ink);
	font-family: Figtree, ui-sans-serif, system-ui, sans-serif;
	isolation: isolate;
}

.emp-pricing * { box-sizing: border-box; }

.emp-panel {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 56px;
	border-radius: 22px;
	background: var(--emp-cream);
	box-shadow: 0 30px 70px -34px rgba(120, 90, 50, .4);
}

.emp-head {
	max-width: 720px;
	margin: 0 auto 44px;
	text-align: center;
}

.emp-ar-title {
	margin-bottom: 12px;
	color: #b5502b;
	font: 400 24px/1 Amiri, serif;
}

.emp-head h1 {
	margin: 0 0 14px;
	color: var(--emp-ink);
	font: 400 42px/1.06 Marcellus, Georgia, serif;
}

.emp-head p {
	margin: 0;
	color: var(--emp-muted);
	font-size: 16px;
	line-height: 1.6;
}

.emp-layout {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 36px;
	align-items: start;
}

.emp-chooser h2,
.emp-summary h3 {
	margin: 0 0 16px;
	color: #8a7a60;
	font: 400 15px/1 Marcellus, Georgia, serif;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.emp-options {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* `button.emp-option` (not just `.emp-option`): Hello Elementor's reset.css
   styles bare `button`/`[type=button]` with the same specificity as a lone
   class and loads after this file, so the element+class selector is required
   for these declarations to win. */
button.emp-option {
	-webkit-appearance: none;
	appearance: none;
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	align-items: start;
	column-gap: 16px;
	width: 100%;
	min-height: 0;
	padding: 20px 22px;
	border: 2px solid var(--emp-line);
	border-radius: 14px;
	background: #fff !important;
	background-image: none !important;
	color: var(--emp-ink);
	font-family: Figtree, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	white-space: normal;
	box-shadow: none;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease;
}

button.emp-option:hover,
button.emp-option:active {
	border-color: var(--emp-red);
	background: #fff !important;
	background-image: none !important;
	color: var(--emp-ink) !important;
	box-shadow: 0 10px 24px -20px rgba(193, 86, 46, .42);
}
button.emp-option:focus-visible { outline: 3px solid rgba(193, 86, 46, .25); outline-offset: 3px; }
button.emp-option.is-selected,
button.emp-option.is-selected:hover,
button.emp-option.is-selected:active { border-color: var(--emp-red); background: #fff !important; color: var(--emp-ink) !important; box-shadow: 0 14px 30px -18px rgba(193, 86, 46, .55); }

.emp-radio {
	display: grid;
	place-items: center;
	flex: none;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	border: 2px solid #cfc0a4;
	border-radius: 50%;
}

.emp-radio span { width: 11px; height: 11px; border-radius: 50%; background: transparent; }
.emp-option.is-selected .emp-radio { border-color: var(--emp-red); }
.emp-option.is-selected .emp-radio span { background: var(--emp-red); }

.emp-option-copy { flex: 1; min-width: 0; }
.emp-option-title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 10px; }
.emp-option-title strong { font: 400 22px/1.1 Marcellus, Georgia, serif; }
.emp-option-title > span { color: #b5502b; font: 400 16px/1 Amiri, serif; }
.emp-option-title em { padding: 6px 9px; border-radius: 20px; background: #1f6e4b; color: #eaf6ef; font-size: 11px; font-style: normal; font-weight: 700; line-height: 1; }
.emp-option-copy > small { display: block; margin-top: 6px; color: #8a7a60; font-size: 13px; font-weight: 500; line-height: 1.3; }

.emp-option-price { flex: none; text-align: right; white-space: nowrap; }
.emp-option-price strong { display: block; font: 400 26px/1 Marcellus, Georgia, serif; }
.emp-option-price strong .woocommerce-Price-currencySymbol { font-size: .72em; }
.emp-option-price small { display: block; margin-top: 5px; color: #8a7a60; font-size: 12px; font-weight: 500; line-height: 1; }

.emp-summary {
	position: sticky;
	top: 24px;
	padding: 34px 30px;
	border-radius: 18px;
	background: var(--emp-deep);
	box-shadow: 0 22px 46px -22px rgba(30, 20, 12, .6);
	color: #f3e9d8;
}

.emp-summary-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.emp-summary-ar { margin-bottom: 6px; color: var(--emp-gold); font: 400 19px/1 Amiri, serif; }
.emp-summary h2 { margin: 0; color: var(--emp-cream); font: 400 24px/1 Marcellus, Georgia, serif; }
.emp-summary-offer { flex: none; padding: 8px 11px; border-radius: 20px; background: rgba(231, 199, 102, .16); color: var(--emp-gold); font-size: 12px; font-weight: 700; line-height: 1; white-space: nowrap; }
.emp-summary-offer[hidden] { display: none; }
.emp-summary-price { display: flex; align-items: baseline; gap: 9px; margin-top: 22px; }
.emp-summary-price strong { color: var(--emp-cream); font: 400 52px/1 Marcellus, Georgia, serif; }
.emp-summary-price span { color: #c8b79c; font-size: 14px; }
.emp-summary-access { margin-top: 12px; color: var(--emp-gold); font-size: 13px; font-weight: 600; line-height: 1.2; }
.emp-divider { height: 1px; margin: 24px 0; background: #3b2c1d; }
.emp-summary h3 { color: #9c8a6e; font-size: 13px; }

.emp-features { display: flex; flex-direction: column; gap: 12px; }
.emp-features > div { display: flex; align-items: center; gap: 10px; color: #dccbaf; font-size: 14px; font-weight: 500; line-height: 1.35; }
.emp-features span { display: grid; place-items: center; flex: none; width: 19px; height: 19px; border-radius: 50%; background: var(--emp-gold); color: var(--emp-deep); font-size: 11px; font-weight: 800; }

.emp-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 52px;
	margin-top: 28px;
	padding: 14px 18px;
	border-radius: 12px;
	background: var(--emp-gold);
	color: var(--emp-deep) !important;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background .18s ease, transform .18s ease;
}

.emp-cta:hover { background: #d8b24a; transform: translateY(-1px); }
.emp-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.emp-foot { margin-top: 16px; color: #8c7b5f; font-size: 12px; line-height: 1.45; text-align: center; }
.emp-empty { margin: 0; padding: 32px; border: 1px solid var(--emp-line); border-radius: 14px; background: #fff; text-align: center; }

@media (max-width: 960px) {
	.emp-pricing { padding: 34px 20px; }
	.emp-panel { padding: 42px 30px; }
	.emp-layout { grid-template-columns: 1fr; }
	.emp-summary { position: static; }
}

@media (max-width: 600px) {
	.emp-pricing { padding: 20px 10px; }
	.emp-panel { padding: 32px 16px; border-radius: 16px; }
	.emp-head { margin-bottom: 30px; }
	.emp-head h1 { font-size: 36px; }
	button.emp-option { grid-template-columns: 22px minmax(0, 1fr) auto; padding: 17px 16px; column-gap: 11px; }
	.emp-option-title { gap: 6px 8px; }
	.emp-option-title strong { font-size: 20px; }
	.emp-option-price strong { font-size: 22px; }
	.emp-summary { padding: 28px 22px; }
	.emp-summary-price strong { font-size: 44px; }
}

@media (prefers-reduced-motion: reduce) {
	.emp-option, .emp-cta { transition: none; }
}
