.ghp-account-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: #1d3557;
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 12px;
}

.ghp-welcome-banner {
	background: #eef4ff;
	border-left: 4px solid #1d3557;
	padding: 10px 14px;
	margin-bottom: 20px;
	font-size: 14px;
}

.ghp-hero-price-label {
	font-size: 0.85em;
	font-weight: 600;
	color: #1d3557;
}

.ghp-status-box {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px;
	margin-bottom: 20px;
}

.ghp-status-label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.03em;
}

.ghp-notice {
	padding: 10px 14px;
	border-radius: 4px;
	margin-bottom: 16px;
}
.ghp-notice-success { background: #e6f4ea; color: #1e4620; }
.ghp-notice-error   { background: #fdecea; color: #611a15; }

.ghp-form label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.ghp-form input[type="text"],
.ghp-form input[type="email"],
.ghp-form input[type="tel"],
.ghp-form select,
.ghp-form textarea {
	width: 100%;
	max-width: 480px;
}
.ghp-consent label {
	font-weight: 400;
	display: flex;
	gap: 8px;
	align-items: flex-start;
}
