.yatbt-contact-experience { position: relative; z-index: 1; padding: 0; color: var(--yatbt-section-text); background: var(--yatbt-section-background); }
.yatbt-contact-cover { position: relative; min-height: 470px; overflow: visible; color: #fff; background: #122b20; }
.yatbt-contact-cover__media { position: absolute; inset: 0; overflow: hidden; }
.yatbt-contact-cover__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgb(7 25 17 / 92%) 0%, rgb(12 35 23 / 78%) 45%, rgb(22 44 30 / 56%) 100%); }
.yatbt-contact-cover__image { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.yatbt-contact-cover__shell { position: relative; z-index: 1; }

.yatbt-contact-breadcrumb { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 24px; }
.yatbt-contact-breadcrumb__title { margin: 0; color: #fff; font-size: clamp(24px, 2.4vw, 34px); font-weight: 850; }
.yatbt-contact-breadcrumb ol { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; list-style: none; color: rgb(255 255 255 / 86%); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.yatbt-contact-breadcrumb a { color: rgb(255 255 255 / 68%); text-decoration: none; }
.yatbt-contact-breadcrumb a:hover, .yatbt-contact-breadcrumb a:focus-visible { color: var(--yatbt-section-accent); }

.yatbt-contact-cover__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(470px, .95fr); align-items: start; gap: clamp(34px, 6vw, 92px); }
.yatbt-contact-intro { display: flex; min-height: 370px; flex-direction: column; justify-content: center; padding: 10px 0 40px; }
.yatbt-contact-intro__badge { display: inline-flex; align-items: center; align-self: flex-start; gap: 9px; min-height: 40px; margin: 0 0 28px; padding: 0 18px; border-radius: 999px; color: #fff; background: var(--yatbt-section-accent); font-size: 14px; font-weight: 850; }
.yatbt-contact-intro h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
.yatbt-contact-intro__description { max-width: 660px; margin: 20px 0 0; color: rgb(255 255 255 / 84%); font-size: clamp(18px, 1.35vw, 21px); line-height: 1.6; }
.yatbt-contact-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.yatbt-contact-action { display: inline-flex; min-height: 50px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 20px; border: 1px solid rgb(255 255 255 / 45%); border-radius: 5px; color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; }
.yatbt-contact-action--primary { border-color: var(--yatbt-section-accent); color: #fff; background: var(--yatbt-section-accent); }
.yatbt-contact-action:hover, .yatbt-contact-action:focus-visible { border-color: #fff; color: #17171d; background: #fff; }

.yatbt-contact-form-card { position: relative; z-index: 3; margin: 40px 0 -340px; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 28px 70px rgb(7 25 17 / 22%); }
.yatbt-contact-form-card__header { display: flex; min-height: 88px; align-items: center; justify-content: space-between; padding-left: clamp(26px, 3vw, 42px); color: #fff; background: #17171d; }
.yatbt-contact-form-card__header h2 { margin: 0; color: #fff; font-size: clamp(24px, 2.2vw, 34px); }
.yatbt-contact-form-card__header > span { display: inline-flex; align-self: stretch; flex: 0 0 88px; align-items: center; justify-content: center; color: #fff; background: var(--yatbt-section-accent); }
.yatbt-contact-form-card__header svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.yatbt-contact-form-card__body { padding: 24px clamp(28px, 3.3vw, 42px) 28px; }
.yatbt-contact-form-card__intro { margin: 0 0 18px; color: #68736b; font-size: 16px; line-height: 1.55; }
.yatbt-contact-notice { padding: 14px 16px; margin-bottom: 22px; border-radius: 8px; font-size: 15px; font-weight: 750; }
.yatbt-contact-notice--success { color: #174b2e; background: #e7f4df; }
.yatbt-contact-notice--error { color: #8b2f2f; background: #fff0ed; }

.yatbt-contact-form { display: grid; gap: 14px; }
.yatbt-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.yatbt-contact-form p { display: grid; gap: 8px; margin: 0; }
.yatbt-contact-form label { color: #263b30; font-size: 15px; font-weight: 800; }
.yatbt-contact-form :is(input, textarea) { width: 100%; min-height: 44px; padding: 10px 14px; border: 1px solid #dce1dd; border-radius: 999px; color: #263b30; background: #fff; font: inherit; }
.yatbt-contact-form textarea { height: 110px; min-height: 110px; border-radius: 14px; resize: vertical; }
.yatbt-contact-form :is(input, textarea):focus { outline: 0; border-color: var(--yatbt-section-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--yatbt-section-accent) 22%, transparent); }
.yatbt-contact-form__consent { display: flex; align-items: flex-start; gap: 10px; color: #68736b !important; font-size: 14px !important; line-height: 1.5; cursor: pointer; }
.yatbt-contact-form__consent input { flex: 0 0 auto; width: 18px; min-height: 18px; height: 18px; margin-top: 2px; accent-color: var(--yatbt-section-accent); }
.yatbt-contact-form button { display: inline-flex; width: fit-content; min-height: 44px; align-items: center; gap: 10px; padding: 0 20px; border: 0; border-radius: 5px; color: #fff; background: var(--yatbt-section-accent); font-weight: 900; cursor: pointer; }
.yatbt-contact-form button:hover { filter: brightness(.96); transform: translateY(-1px); }
.yatbt-contact-form button:focus-visible { outline: 3px solid #17171d; outline-offset: 3px; }
.yatbt-contact-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.yatbt-contact-details-band { min-height: 420px; padding: 62px 0 72px; background: var(--yatbt-section-background); }
.yatbt-contact-details-band__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(470px, .95fr); gap: clamp(34px, 6vw, 92px); }
.yatbt-contact-pills { display: grid; align-content: start; gap: 16px; }
.yatbt-contact-pill { display: grid; grid-template-columns: 54px minmax(0, 1fr) 22px; align-items: center; gap: 17px; min-height: 92px; padding: 14px 20px 14px 14px; border: 1px solid rgb(23 63 42 / 12%); border-radius: 999px; background: rgb(255 255 255 / 55%); transition: background .2s ease, transform .2s ease; }
.yatbt-contact-pill:hover { background: #fff; transform: translateY(-2px); }
.yatbt-contact-pill__icon { display: inline-flex; width: 54px; height: 54px; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--yatbt-section-accent); }
.yatbt-contact-pill__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.yatbt-contact-pill > div { display: grid; gap: 5px; min-width: 0; }
.yatbt-contact-pill p { display: grid; grid-template-columns: 108px minmax(0, 1fr); align-items: baseline; gap: 10px; margin: 0; font-size: 15px; }
.yatbt-contact-pill strong { color: #17171d; }
.yatbt-contact-pill a { min-width: 0; overflow-wrap: anywhere; color: #4e5d54; text-decoration: none; }
.yatbt-contact-pill a:hover, .yatbt-contact-pill a:focus-visible { color: #e31e25; }
.yatbt-contact-pill__arrow { color: #e31e25; font-weight: 900; }

.yatbt-contact-map { width: 100%; min-height: 520px; background: #e9ede8; }
.yatbt-contact-map iframe { display: block; width: 100%; min-height: 520px; border: 0; }
.yatbt-contact-map > p { display: grid; min-height: 520px; margin: 0; place-items: center; }

@media (max-width: 980px) {
	.yatbt-contact-cover { min-height: 0; padding-bottom: 54px; }
	.yatbt-contact-cover__grid { grid-template-columns: 1fr; gap: 0; }
	.yatbt-contact-intro { min-height: 460px; padding-bottom: 44px; }
	.yatbt-contact-form-card { margin: 0; }
	.yatbt-contact-details-band { min-height: 0; }
	.yatbt-contact-details-band__inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
	.yatbt-contact-breadcrumb { min-height: 96px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; }
	.yatbt-contact-intro { min-height: 430px; padding-top: 24px; }
	.yatbt-contact-intro__badge { margin-bottom: 34px; }
	.yatbt-contact-intro h1 { font-size: clamp(38px, 12vw, 52px); }
	.yatbt-contact-intro__actions, .yatbt-contact-action { width: 100%; }
	.yatbt-contact-form-card__header { min-height: 88px; padding-left: 22px; }
	.yatbt-contact-form-card__header > span { flex-basis: 80px; }
	.yatbt-contact-form-card__body { padding: 28px 20px 32px; }
	.yatbt-contact-form__grid { grid-template-columns: 1fr; }
	.yatbt-contact-form button { width: 100%; justify-content: center; }
	.yatbt-contact-details-band { padding: 38px 0 48px; }
	.yatbt-contact-pill { grid-template-columns: 48px minmax(0, 1fr); border-radius: 24px; }
	.yatbt-contact-pill__icon { width: 48px; height: 48px; }
	.yatbt-contact-pill__arrow { display: none; }
	.yatbt-contact-pill p { grid-template-columns: 1fr; gap: 2px; }
	.yatbt-contact-map, .yatbt-contact-map iframe, .yatbt-contact-map > p { min-height: 390px; }
}
