.ustaim-mon-plan-page {
	max-width: 1100px;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.ustaim-mon-notice {
	background: #fff8e6;
	border: 1px solid #f0d48a;
	border-radius: 12px;
	padding: 1rem 1.25rem;
	margin-bottom: 2rem;
}

.ustaim-mon-notice h3 {
	margin-top: 0;
}

.ustaim-mon-notice--success {
	background: #eefaf0;
	border-color: #86c98a;
}

.ustaim-mon-notice--error {
	background: #fdecea;
	border-color: #f0a9a0;
}

.ustaim-mon-current-plan {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 1.75rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	margin-bottom: 2rem;
}

.ustaim-mon-current-plan h3 {
	margin-top: 0;
}

.ustaim-mon-current-plan__status {
	font-weight: 600;
}

.ustaim-mon-badge {
	display: inline-block;
	padding: 2px 12px;
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
	margin-left: 0.35rem;
}

.ustaim-mon-badge--paid {
	background: #d7f5dc;
	color: #15803d;
}

.ustaim-mon-badge--pending {
	background: #fef3c7;
	color: #b45309;
}

.ustaim-mon-plan-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.ustaim-mon-plan-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	padding: 1.75rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	display: flex;
	flex-direction: column;
}

.ustaim-mon-plan-card.is-premium {
	border-color: #ff5532;
	box-shadow: 0 16px 40px rgba(255, 85, 50, 0.15);
}

.ustaim-mon-plan-card__header h2 {
	margin: 0 0 0.5rem;
	font-size: 1.75rem;
}

.ustaim-mon-plan-card__price {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #111827;
}

.ustaim-mon-plan-card__tagline,
.ustaim-mon-plan-card__includes {
	color: #4b5563;
}

.ustaim-mon-plan-card__features {
	margin: 0 0 1.5rem;
	padding-left: 1.25rem;
	flex: 1;
}

.ustaim-mon-plan-card__features li {
	margin-bottom: 0.5rem;
}

.ustaim-mon-plan-card__button {
	display: inline-block;
	text-align: center;
	background: #111827;
	color: #fff !important;
	text-decoration: none;
	padding: 0.85rem 1.25rem;
	border-radius: 999px;
	font-weight: 600;
	transition: background 0.2s ease;
}

.ustaim-mon-plan-card.is-premium .ustaim-mon-plan-card__button {
	background: #ff5532;
}

.ustaim-mon-plan-card__button:hover {
	opacity: 0.92;
}

.ustaim-mon-bank-box,
.ustaim-mon-bank-details {
	background: #f8fafc;
	border: 1px solid #dbeafe;
	border-radius: 16px;
	padding: 1.5rem;
}

.ustaim-mon-bank-box h3,
.ustaim-mon-bank-details h3 {
	margin-top: 0;
}

.ustaim-mon-bank-box ul,
.ustaim-mon-bank-details ul {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
}

@media (max-width: 640px) {
	.ustaim-mon-plan-page {
		padding-top: 1rem;
	}
}
