.abvb-callback-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 8px;
  padding: 8px 4px;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.abvb-callback-link:hover,
.abvb-callback-link:focus-visible { color: #c6ea25; }

.abvb-occasion-contact {
  padding: clamp(48px, 7vw, 88px) 0;
  background: #000;
  color: #fff;
}

.abvb-occasion-contact__surface {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid #333;
  background: #111;
}

.abvb-occasion-contact__eyebrow {
  margin: 0 0 10px;
  color: #acd400;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.abvb-occasion-contact h2,
.abvb-callback h2 { margin: 0 0 16px; color: #fff; line-height: 1.15; }
.abvb-occasion-contact__intro > p { color: #ccc; line-height: 1.65; }
.abvb-occasion-contact__usp { margin: 24px 0 8px; color: #fff !important; font-weight: 700; }
.abvb-occasion-contact__usp::before { content: "✓"; margin-right: 9px; color: #acd400; }
.abvb-occasion-contact__note { margin-bottom: 0; font-size: .92rem; }

.abvb-occasion-contact__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.abvb-contact-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.abvb-contact-field--wide,
.abvb-contact-status,
.abvb-contact-submit { grid-column: 1 / -1; }
.abvb-contact-field label { color: #fff; font-size: .92rem; font-weight: 700; }
.abvb-contact-field input,
.abvb-contact-field textarea {
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border: 1px solid #444;
  border-radius: 0;
  background: #080808;
  color: #fff;
  font: inherit;
  font-size: 16px;
  padding: 12px 14px;
}
.abvb-contact-field textarea { min-height: 132px; resize: vertical; }
.abvb-contact-field input:focus-visible,
.abvb-contact-field textarea:focus-visible,
.abvb-contact-submit:focus-visible,
.abvb-callback__close:focus-visible,
.abvb-callback__phone:focus-visible,
.abvb-callback-link:focus-visible { outline: 3px solid #acd400; outline-offset: 3px; }
.abvb-contact-submit {
  min-height: 50px;
  border: 1px solid #acd400;
  border-radius: 0;
  background: #acd400;
  color: #101600;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.abvb-contact-submit:hover { background: #c6ea25; border-color: #c6ea25; }
.abvb-contact-submit[disabled] { cursor: wait; opacity: .7; }
.abvb-contact-status { min-height: 24px; margin: 0; color: #fff; }
.abvb-contact-status[data-state="error"] { color: #ffb4b4; }
.abvb-contact-status[data-state="success"] { color: #c6ea25; }
.abvb-contact-hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

.abvb-callback[hidden] { display: none; }
.abvb-callback { position: fixed; inset: 0; z-index: 10020; display: grid; place-items: center; padding: 16px; }
.abvb-callback__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, .82); }
.abvb-callback__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: clamp(24px, 5vw, 40px);
  border: 1px solid #3c3c3c;
  background: #111;
  color: #fff;
}
.abvb-callback__panel > p:not(.abvb-occasion-contact__eyebrow) { color: #ccc; line-height: 1.6; }
.abvb-callback__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 48px;
  height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.abvb-callback__phone {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 10px 0 22px;
  color: #acd400;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.abvb-callback form { display: grid; gap: 18px; }
body.abvb-callback-open { overflow: hidden; }

@media (max-width: 767px) {
  .abvb-occasion-contact { padding: 40px 0; }
  .abvb-occasion-contact .container { padding-inline: 16px; }
  .abvb-occasion-contact__surface,
  .abvb-occasion-contact__form { grid-template-columns: 1fr; }
  .abvb-occasion-contact__surface { gap: 28px; padding: 22px 18px; }
  .abvb-contact-field--wide,
  .abvb-contact-status,
  .abvb-contact-submit { grid-column: auto; }
  .abvb-contact-submit { width: 100%; }
}
