.yatbt-contact-details > li > span,
.yatbt-contact-hours > span {
	display: grid;
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	place-items: center;
	border-radius: 16px;
	background: rgba(22, 114, 191, .11);
	color: #1672bf;
	font-size: 20px;
}

.yatbt-contact-section {
	padding: 78px 0 86px;
}

.yatbt-contact-card {
	height: 100%;
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid #e5ebf3;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(19, 55, 105, .09);
}

.yatbt-contact-card h2 {
	margin: 0 0 10px;
	color: #123f8c;
	font-size: clamp(27px, 3vw, 38px);
	letter-spacing: -.035em;
}

.yatbt-contact-card--form > p:not(.yatbt-contact-eyebrow) {
	margin-bottom: 30px;
	color: #64748b;
}

.yatbt-contact-eyebrow {
	margin: 0 0 8px;
	color: #1672bf;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .13em;
}

.yatbt-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.yatbt-contact-field {
	margin-bottom: 20px;
}

.yatbt-contact-field label {
	display: block;
	margin-bottom: 8px;
	color: #24364f;
	font-size: 13px;
	font-weight: 700;
}

.yatbt-contact-field label span {
	color: #1672bf;
}

.yatbt-contact-field input,
.yatbt-contact-field textarea {
	display: block;
	width: 100%;
	border: 1px solid #dbe4ef;
	border-radius: 12px;
	background: #f8fafc;
	color: #24364f;
	font: inherit;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.yatbt-contact-field input {
	height: 52px;
	padding: 0 16px;
}

.yatbt-contact-field textarea {
	min-height: 170px;
	padding: 14px 16px;
	resize: vertical;
}

.yatbt-contact-field input:focus,
.yatbt-contact-field textarea:focus {
	border-color: #1672bf;
	outline: 0;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(22, 114, 191, .11);
}

.yatbt-contact-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 2px 0 14px;
	color: #5b6b7e;
	font-size: 13px;
	line-height: 1.55;
}

.yatbt-contact-consent input {
	width: 17px;
	height: 17px;
	margin-top: 2px;
	accent-color: #1672bf;
}

.yatbt-contact-form__notice {
	margin: 0 0 22px;
	color: #7b8797;
	font-size: 12px;
	line-height: 1.55;
}

.yatbt-contact-submit {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 24px;
}

.yatbt-contact-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
}

.yatbt-contact-alert {
	margin: 0 0 24px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 600;
}

.yatbt-contact-alert--success {
	background: #eaf8ef;
	color: #176236;
}

.yatbt-contact-alert--error {
	background: #fff0f0;
	color: #9d2929;
}

.yatbt-contact-card--details {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: linear-gradient(145deg, #f8fbff 0%, #eef5fc 100%);
}

.yatbt-contact-card--details::after {
	position: absolute;
	right: -90px;
	bottom: -90px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(22, 114, 191, .07);
	content: "";
}

.yatbt-contact-details {
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 34px 0 28px;
	list-style: none;
}

.yatbt-contact-details > li,
.yatbt-contact-hours {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid #dce6f1;
}

.yatbt-contact-details strong,
.yatbt-contact-hours strong {
	display: block;
	margin-bottom: 4px;
	color: #193552;
}

.yatbt-contact-details p,
.yatbt-contact-hours p {
	margin: 0;
	color: #607086;
	line-height: 1.65;
}

.yatbt-contact-details a {
	color: #1672bf;
	font-weight: 600;
}

.yatbt-contact-hours {
	position: relative;
	z-index: 1;
	border: 0;
}

.yatbt-contact-card__map {
	position: relative;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-top: auto;
	overflow: hidden;
	border: 1px solid #d6e3f1;
	border-radius: 18px;
	background: #e8f1fb;
}

.yatbt-contact-card__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.yatbt-contact-card__map-placeholder {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 8px;
	padding: 32px;
	color: #5e7086;
	text-align: center;
}

.yatbt-contact-card__map-placeholder > span {
	display: grid;
	width: 58px;
	height: 58px;
	margin-bottom: 6px;
	place-items: center;
	border-radius: 18px;
	background: rgba(22, 114, 191, .12);
	color: #1672bf;
	font-size: 22px;
}

.yatbt-contact-card__map-placeholder strong {
	color: #123f8c;
	font-size: 18px;
}

.yatbt-contact-card__map-placeholder p {
	margin: 0 0 8px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.yatbt-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.yatbt-contact-section {
		padding: 54px 0 60px;
	}

	.yatbt-contact-card {
		border-radius: 18px;
	}
}
