.htf-funnel-box {
	max-width: 480px;
	margin: 20px auto;
	font-family: inherit;
}

.htf-capacity-bar {
	background: #fff7ed;
	border: 1px solid #fdba74;
	border-radius: 10px;
	padding: 14px 16px;
	margin-bottom: 12px;
	text-align: center;
}

.htf-capacity-text {
	font-size: 15px;
	margin-bottom: 8px;
	color: #9a3412;
}

.htf-capacity-progress {
	background: #fde8d8;
	border-radius: 6px;
	height: 8px;
	overflow: hidden;
}

.htf-capacity-progress-fill {
	background: #ea580c;
	height: 100%;
	transition: width 0.4s ease;
}

.htf-recent-ticker {
	background: #f0fdf4;
	border: 1px solid #86efac;
	border-radius: 8px;
	padding: 8px 14px;
	font-size: 13px;
	color: #166534;
	margin-bottom: 16px;
	text-align: center;
}

.htf-lead-form {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.htf-lead-form h3 {
	margin-top: 0;
	margin-bottom: 16px;
	text-align: center;
}

.htf-lead-form label {
	display: block;
	font-size: 13px;
	margin: 10px 0 4px;
	color: #374151;
}

.htf-lead-form input,
.htf-lead-form select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}

.htf-submit-btn {
	width: 100%;
	margin-top: 18px;
	padding: 12px;
	background: #ea580c;
	color: #fff;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.htf-submit-btn:hover {
	background: #c2410c;
}

.htf-submit-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.htf-form-message {
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
}

.htf-form-message.success {
	color: #166534;
}

.htf-form-message.error {
	color: #b91c1c;
}
