.awegene-container {
	max-width: 780px;
	margin: 0 auto;
	padding: 28px 24px 64px 32px;
	font-size: 1.05rem;
}

.awegene-container-wide {
	max-width: 1160px;
}

.awegene-page-header h1 {
	font-size: 2.1rem;
	margin-bottom: 8px;
}

.awegene-page-header p {
	color: #5f6b7a;
	font-size: 1.1rem;
	margin-top: 0;
}

.awegene-plans-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin: 24px 0;
}

@media (min-width: 900px) {
	.awegene-plans-grid { grid-template-columns: repeat(4, 1fr); }
}

.awegene-plan-card {
	position: relative;
	background: #fff;
	border: 1px solid #e3e7ec;
	border-radius: 14px;
	padding: 26px;
	display: flex;
	flex-direction: column;
}

.awegene-plan-card.is-current {
	border-color: #2f9e7d;
	box-shadow: 0 0 0 2px rgba(47, 158, 125, 0.2);
}

.awegene-plan-card-ultimate {
	background: linear-gradient(160deg, #24344a, #16243a);
	color: #fff;
	border: none;
}

.awegene-plan-card-ultimate .awegene-plan-features li {
	color: #e7edf5;
}

/* Ultimate's dark card made the default teal checkmark (#2f9e7d) nearly
   invisible against a navy background — switch to bright mint for
   sufficient contrast, matching the brand accent color. */
.awegene-plan-card-ultimate .awegene-plan-features li::before {
	color: #4fe3c1;
}

.awegene-plan-badge-popular {
	position: absolute;
	top: -12px;
	right: 16px;
	background: #d98c00;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	padding: 5px 12px;
	border-radius: 999px;
}

.awegene-plan-card h2 {
	margin: 0 0 8px;
	font-size: 1.3rem;
}

.awegene-plan-price {
	margin-bottom: 18px;
}

.awegene-plan-amount {
	font-size: 2rem;
	font-weight: 700;
}

.awegene-plan-period {
	font-size: 0.95rem;
	opacity: 0.75;
}

.awegene-plan-features {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	flex: 1;
	font-size: 0.98rem;
}

.awegene-plan-features li {
	padding: 7px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	color: #33404d;
}

.awegene-plan-features li::before {
	content: '\2713';
	color: #2f9e7d;
	margin-right: 8px;
	font-weight: 700;
}

.awegene-btn-current {
	background: #eef2f0;
	color: #227a61;
	text-align: center;
	cursor: default;
}

.awegene-btn-disabled {
	background: #f0f0f0;
	color: #9aa5b1;
	text-align: center;
	cursor: not-allowed;
}

.awegene-btn-secondary {
	background: #fff;
	border: 1px solid #2f9e7d;
	color: #227a61;
	text-align: center;
}

.awegene-plan-cta {
	text-align: center;
}

.awegene-plans-note {
	text-align: center;
	color: #7a8593;
	font-size: 0.92rem;
	margin-top: 20px;
}

/* My Account subscription tab */
.awegene-account-plan-card {
	background: #fff;
	border: 1px solid #e3e7ec;
	border-radius: 12px;
	padding: 22px;
	max-width: 480px;
	font-size: 1.05rem;
}

.awegene-account-plan-name {
	font-size: 1.1rem;
}

.awegene-account-plan-features {
	list-style: none;
	padding: 0;
	margin: 14px 0 22px;
	font-size: 0.98rem;
}

.awegene-account-plan-features li {
	padding: 5px 0;
	color: #33404d;
}

.awegene-account-plan-features li::before {
	content: '\2713';
	color: #2f9e7d;
	margin-right: 8px;
}

.awegene-nowpayments-block-description {
	font-size: 0.9rem;
	color: #5f6b7a;
}
