.ebill-request-wrap {
	max-width: 820px;
	margin: 0 auto;
}

.ebill-request-card {
	padding: 28px;
	border: 1px solid #d9ddd7;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 20px 50px rgba(10, 20, 18, 0.08);
}

.ebill-eyebrow {
	margin: 0 0 10px;
	color: #0f766e;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ebill-request-card h2 {
	margin: 0 0 12px;
	font-size: 32px;
	line-height: 1.1;
}

.ebill-lead {
	margin: 0 0 18px;
	color: #475569;
	line-height: 1.7;
}

.ebill-contact-box {
	display: grid;
	gap: 4px;
	margin: 0 0 18px;
	padding: 14px 16px;
	border: 1px solid #dbe1e8;
	border-radius: 14px;
	background: #f8fafc;
}

.ebill-request-form {
	display: grid;
	gap: 16px;
}

.ebill-request-form label span {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

.ebill-request-form input[type="text"],
.ebill-request-form input[type="email"],
.ebill-request-form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
}

.ebill-panel {
	padding: 18px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #f8fafc;
}

.ebill-panel h3 {
	margin: 0 0 12px;
	font-size: 16px;
}

.ebill-panel p {
	margin: 12px 0 0;
	color: #475569;
	line-height: 1.7;
}

.ebill-checkbox {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.ebill-button {
	padding: 14px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f766e, #115e59);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.ebill-button:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.ebill-notice {
	margin-bottom: 18px;
	padding: 14px 16px;
	border-radius: 14px;
	font-weight: 600;
}

.ebill-notice-success {
	background: #dcfce7;
	color: #166534;
}

.ebill-notice-error {
	background: #fee2e2;
	color: #991b1b;
}

@media (max-width: 782px) {
	.ebill-request-card {
		padding: 18px;
	}

	.ebill-request-card h2 {
		font-size: 26px;
	}
}
