.bf-donate-check-page {
	padding: 80px 0 110px;
	background: #f5f1ea;
}

.bf-donate-check-page .bf-intro {
	max-width: 760px;
	margin: 0 auto 48px;
	text-align: center;
}

.bf-donate-check-page .bf-title {
	margin: 0 0 24px;
	font-size: clamp(2.4rem, 3.125vw, 4.6rem);
	line-height: 0.98;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #b07c3b;
}

.bf-donate-check-page .bf-description {
	max-width: 390px;
	margin: 0 auto;
}

.bf-donate-check-page .bf-description strong {
	font-weight: 700;
}

.bf-donate-check-wrap {
	max-width: 760px;
	margin: 0 auto;
}

.bf-donate-check-card,
.bf-donate-check-success {
	background: transparent;
	transition: opacity 0.45s ease, transform 0.45s ease, max-height 0.55s ease, margin 0.45s ease;
}

.bf-donate-check-card.is-submitted {
	opacity: 0;
	transform: translateY(-18px);
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	margin: 0;
}

.bf-donate-check-success {
	opacity: 0;
	transform: translateY(20px);
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
}

.bf-donate-check-success.is-visible {
	opacity: 1;
	transform: translateY(0);
	max-height: 1000px;
	pointer-events: auto;
}

.bf-form-feedback {
	display: none;
	margin-bottom: 22px;
	padding: 16px 18px;
	border-radius: 18px;
	font-size: 0.98rem;
	line-height: 1.6;
	border: 1px solid transparent;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.bf-form-feedback.is-visible {
	display: block;
}

.bf-form-feedback.is-error {
	color: #991b1b;
	background: #fef2f2;
	border-color: #fecaca;
}

.bf-form-feedback.is-success {
	color: #14532d;
	background: #ecfdf5;
	border-color: #bbf7d0;
}

.bf-field {
	margin-bottom: 18px;
}

.bf-control,
.bf-select,
.bf-textarea {
	width: 100%;
	height: 52px;
	border: 1px solid #e7e2da;
	background: #ffffff;
	border-radius: 16px;
	padding: 0 18px;
	font-size: 1rem;
	color: var(--bf-text);
	outline: none;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bf-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 52px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23808A9A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 18px 18px;
	cursor: pointer;
}

.bf-textarea {
	min-height: 150px;
	height: 150px;
	resize: vertical;
	padding-top: 18px;
	padding-bottom: 18px;
}

.bf-control::placeholder,
.bf-textarea::placeholder {
	color: #94a3b8;
}

.bf-control:focus,
.bf-select:focus,
.bf-textarea:focus {
	border-color: #b07c3b;
	box-shadow: 0 0 0 4px rgba(176, 124, 59, 0.12);
}

.bf-field.has-error .bf-control,
.bf-field.has-error .bf-select,
.bf-field.has-error .bf-textarea {
	border-color: #dc2626;
	box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.08);
}

.bf-error {
	display: none;
	margin-top: 10px;
	padding-left: 4px;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #b91c1c;
}

.bf-field.has-error .bf-error {
	display: block;
}

.bf-other-amount {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-8px);
	transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease, margin 0.25s ease;
	margin: 0;
}

.bf-other-amount.is-visible {
	max-height: 180px;
	opacity: 1;
	transform: translateY(0);
	margin-bottom: 18px;
}

.bf-check-group {
	margin: 8px 0 22px;
}

.bf-check-title {
	margin: 0 0 12px;
	font-size: 1rem;
	font-weight: 500;
	color: var(--bf-text-soft);
}

.bf-check-group {
	margin: 8px 0 22px;
}

.bf-check-wrap {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.bf-check-wrap input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 2px 0 0;
	accent-color: #5f7358;
	cursor: pointer;
}

.bf-check-wrap label {
	margin: 0;
	color: var(--bf-text-soft);
	cursor: pointer;
}

.bf-mailing-note {
	margin: 0 0 12px;
	font-size: 0.98rem;
	color: var(--bf-text-soft);
}

.bf-submit-wrap {
	padding-top: 8px;
	text-align: center;
}

.bf-submit-btn {
	min-width: 170px;
	height: 58px;
	padding: 0 26px;
	border: 0;
	border-radius: 14px;
	background: #5f7358;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 14px 30px rgba(95, 115, 88, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.bf-submit-btn:hover,
.bf-submit-btn:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 34px rgba(95, 115, 88, 0.28);
	color: #ffffff;
}

.bf-submit-btn:disabled {
	opacity: 0.7;
	pointer-events: none;
}

.bf-donate-check-success__inner {
	padding: 34px 30px;
	border-radius: 28px;
	background: #ffffff;
	border: 1px solid #e7e2da;
	box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
	text-align: center;
}

.bf-success-icon {
	width: 78px;
	height: 78px;
	margin: 0 auto 22px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #5f7358 0%, #7f936f 100%);
	color: #ffffff;
	font-size: 2rem;
	box-shadow: 0 18px 40px rgba(95, 115, 88, 0.22);
}

.bf-donate-check-success__title {
	margin: 0 0 14px;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 700;
	color: #1f2937;
}

.bf-donate-check-success__text {
	max-width: 560px;
	margin: 0 auto 14px;
	font-size: 1.05rem;
	line-height: 1.8;
	color: #4b5563;
}

.bf-donate-check-success__address {
	margin: 18px auto 0;
	padding: 18px 20px;
	max-width: 560px;
	border-radius: 18px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	color: #1f2937;
	font-weight: 600;
	line-height: 1.7;
}

@media (max-width: 767.98px) {
	.bf-donate-check-page {
		padding: 56px 0 80px;
	}

	.bf-donate-check-page .bf-intro {
		margin-bottom: 36px;
	}

	.bf-donate-check-page .bf-description {
		font-size: 1rem;
		line-height: 1.7;
	}

	.bf-control,
	.bf-select,
	.bf-textarea {
		height: 58px;
		border-radius: 14px;
		font-size: 0.98rem;
	}

	.bf-textarea {
		min-height: 140px;
		height: 140px;
	}

	.bf-submit-btn {
		width: 100%;
		max-width: 100%;
	}

	.bf-donate-check-success__inner {
		padding: 28px 20px;
		border-radius: 22px;
	}
}