.wpcf7 br { display:none; }
.bf-page-contact {
	background: #f2f2f2;
}

.bf-page-contact__hero {
	padding: 4rem 0 3rem;
	background:
		linear-gradient(180deg, rgba(255,255,255,0.75) 0%, rgba(242,242,242,1) 100%);
}

.bf-page-contact__hero-inner {
	max-width: 820px;
}

.bf-page-contact__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
	background: rgba(227, 1, 58, 0.08);
	color: #e3013a;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.bf-page-contact__title {
	font-size: clamp(2.4rem, 5vw, 4rem);
	line-height: 1;
	margin-bottom: 1rem;
	color: #111;
}

.bf-page-contact__intro {
	max-width: 62ch;
	font-size: 1.06rem;
	line-height: 1.75;
	color: #5b5b5b;
}

.bf-page-contact__body {
	padding: 0 0 4rem;
}

.bf-page-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 2rem;
	align-items: start;
}

.bf-page-contact__aside {
	display: grid;
	gap: 1.25rem;
	position: sticky;
	top: 110px;
}

.bf-page-contact__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	padding: 1.5rem;
}

.bf-page-contact__card--form {
	padding: 2rem;
}

.bf-page-contact__card-head {
	margin-bottom: 1.5rem;
}

.bf-page-contact__card-head h2 {
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 0.6rem;
	color: #111;
}

.bf-page-contact__card-head p {
	margin: 0;
	color: #666;
	line-height: 1.65;
}

.bf-page-contact__card--aside h2,
.bf-page-contact__card--aside h3 {
	margin-bottom: 0.75rem;
	color: #111;
	font-size: 1.2rem;
	font-weight: 700;
}

.bf-page-contact__card--aside p {
	color: #5d5d5d;
	line-height: 1.7;
	margin-bottom: 0.8rem;
}

.bf-page-contact__list {
	margin: 0;
	padding-left: 1.1rem;
	color: #5d5d5d;
	line-height: 1.8;
}

.bf-page-contact__content p {
	margin-bottom: 1rem;
}

/* Contact Form 7 */
.bf-page-contact .wpcf7 {
	width: 100%;
}

.bf-page-contact .wpcf7 form {
	display: grid;
	gap: 1rem;
}

.bf-page-contact .wpcf7 label {
	display: block;
	font-weight: 600;
	color: #222;
	margin-bottom: 0.35rem;
}

.bf-page-contact .wpcf7-form-control-wrap {
	display: block;
	margin-top: 0.35rem;
}

.bf-page-contact .wpcf7 input[type="text"],
.bf-page-contact .wpcf7 input[type="email"],
.bf-page-contact .wpcf7 input[type="tel"],
.bf-page-contact .wpcf7 input[type="url"],
.bf-page-contact .wpcf7 select,
.bf-page-contact .wpcf7 textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	background: #fff;
	padding: 0.95rem 1rem;
	font-size: 1rem;
	line-height: 1.4;
	color: #111;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bf-page-contact .wpcf7 textarea {
	min-height: 180px;
	resize: vertical;
}

.bf-page-contact .wpcf7 input[type="text"]:focus,
.bf-page-contact .wpcf7 input[type="email"]:focus,
.bf-page-contact .wpcf7 input[type="tel"]:focus,
.bf-page-contact .wpcf7 input[type="url"]:focus,
.bf-page-contact .wpcf7 select:focus,
.bf-page-contact .wpcf7 textarea:focus {
	outline: none;
	border-color: #e3013a;
	box-shadow: 0 0 0 3px rgba(227, 1, 58, 0.08);
}

.bf-page-contact .wpcf7 input[type="submit"],
.bf-page-contact .wpcf7 button,
.bf-page-contact .wpcf7 .wpcf7-submit {
	appearance: none;
	border: 0;
	border-radius: 10px;
	background: #e3013a;
	color: #fff;
	padding: 0.95rem 1.25rem;
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.bf-page-contact .wpcf7 input[type="submit"]:hover,
.bf-page-contact .wpcf7 button:hover,
.bf-page-contact .wpcf7 .wpcf7-submit:hover {
	transform: translateY(-1px);
	opacity: 0.95;
}

.bf-page-contact .wpcf7-spinner {
	margin: 0.5rem 0 0;
}

.bf-page-contact .wpcf7-not-valid-tip {
	font-size: 0.9rem;
	margin-top: 0.35rem;
	color: #d63638;
}

.bf-page-contact .wpcf7 form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.9rem 1rem;
	border-radius: 10px;
	font-size: 0.95rem;
}

@media (max-width: 1100px) {
	.bf-page-contact__grid {
		grid-template-columns: 1fr;
	}

	.bf-page-contact__aside {
		position: static;
	}
}

@media (max-width: 768px) {
	.bf-page-contact__hero {
		padding: 3rem 0 2.25rem;
	}

	.bf-page-contact__card,
	.bf-page-contact__card--form {
		padding: 1.25rem;
	}
}
.bf-page-contact {
	padding-top: 5rem;
}