/* ExploInbox — quote & contact confirmation UI */

.explo-inbox-success {
  text-align: center;
  padding: 2rem 1.5rem 1.5rem;
}

.explo-inbox-success__badge {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(19, 53, 123, 0.1);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
}

.explo-inbox-success__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6c757d;
  margin-bottom: 0.25rem;
}

.explo-inbox-success__ref {
  font-family: "Jost", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 1rem;
}

.explo-inbox-success h3 {
  font-family: "Jost", sans-serif;
  margin-bottom: 0.75rem;
}

.explo-inbox-success__lede {
  color: #495057;
  max-width: 36rem;
  margin: 0 auto 1.25rem;
}

.explo-inbox-success__steps {
  text-align: left;
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  padding-left: 1.2rem;
  color: #495057;
  font-size: 0.95rem;
}

.explo-inbox-success__steps li + li {
  margin-top: 0.45rem;
}

.explo-inbox-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1rem;
}

.explo-inbox-success__fine {
  font-size: 0.85rem;
  color: #6c757d;
  margin: 0;
}

.explo-contact-form .enquiry-type-label {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.35rem;
}

.explo-contact-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.explo-contact-trust div {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 0.85rem;
  font-size: 0.82rem;
  color: #495057;
  line-height: 1.4;
}

.explo-contact-trust strong {
  display: block;
  font-family: "Jost", sans-serif;
  color: var(--bs-primary);
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 767.98px) {
  .explo-contact-trust {
    grid-template-columns: 1fr;
  }
}

.explo-contact-form select.form-control {
  height: calc(3.5rem + 2px);
  padding-top: 1rem;
}

.explo-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.explo-toast {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1080;
  background: var(--bs-primary);
  color: #fff;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(19, 53, 123, 0.25);
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.explo-toast--show {
  opacity: 1;
  transform: translateY(0);
}

.page-booking-v2 .explo-toast {
  bottom: 5.75rem;
}

@media (min-width: 992px) {
  .page-booking-v2 .explo-toast {
    bottom: 1.25rem;
    right: 1.25rem;
    left: auto;
  }
}

.explo-toast--error {
  background: #b42318;
}

.booking-success.explo-inbox-success {
  padding: 0;
  text-align: left;
}

.booking-success.explo-inbox-success .explo-inbox-success__actions {
  justify-content: flex-start;
}
