.eb-quote-shell {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 2.5rem 1.25rem 3.5rem;
  box-sizing: border-box;
}

.eb-quote {
  max-width: 560px;
  width: 100%;
  margin: 0;
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid #ece7f5;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(60, 20, 110, 0.1);
  box-sizing: border-box;
}

.eb-quote h2 {
  margin: 0 0 0.35rem;
  color: #3a0f66;
  font-family: "Fredoka", "Poppins", system-ui, sans-serif;
  text-align: center;
}

.eb-form-intro,
.eb-disclaimer,
.eb-hint,
.eb-alt {
  color: #6b6180;
  font-size: 0.92rem;
  text-align: center;
}

.eb-field {
  margin: 0.85rem 0;
  display: grid;
  gap: 0.35rem;
}

.eb-field label {
  font-weight: 700;
  color: #3a0f66;
  text-align: left;
}

.eb-field input,
.eb-field select,
.eb-field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1.5px solid #ece7f5;
  border-radius: 12px;
  font: inherit;
  box-sizing: border-box;
  background: #fff;
}

.eb-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.eb-status {
  min-height: 1.4em;
  margin-top: 0.75rem;
  text-align: center;
}

.eb-status.err { color: #b42318; font-weight: 700; }
.eb-status.ok { color: #1a7f4b; font-weight: 700; }
.eb-error { color: #b42318; font-weight: 700; text-align: center; }
.eb-loading { padding: 1rem; text-align: center; }

.eb-quote .btn,
.eb-quote button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: #ff2d95;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 45, 149, 0.28);
}

.eb-quote .btn:hover,
.eb-quote button[type="submit"]:hover {
  filter: brightness(1.05);
  color: #fff;
}

.eb-quote .btn:disabled,
.eb-quote button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: wait;
}

.eb-quote .btn-ghost,
.eb-quote .eb-btn-ghost {
  background: transparent;
  color: #4c1d95;
  border: 1.5px solid #c4a5fb;
  box-shadow: none;
}

.eb-packages {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.85rem;
}

.eb-pkg {
  position: relative;
  border: 1px solid #ece7f5;
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: #faf8ff;
  text-align: left;
}

.eb-pkg--featured {
  border-color: #a855f7;
  border-width: 2px;
  background: #fdfaff;
  box-shadow: 0 6px 20px rgba(76, 29, 149, 0.09);
}

.eb-pkg__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eb-pkg strong {
  display: block;
  color: #4c1d95;
  font-size: 1.05rem;
}

.eb-pkg__badge {
  display: inline-block;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: #f1eaff;
  color: #4c1d95;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eb-pkg__badge--best {
  background: #ff2d95;
  color: #fff;
}

.eb-pkg .price {
  font-weight: 800;
  font-size: 1.45rem;
  color: #4c1d95;
  margin-top: 0.35rem;
}

.eb-pkg__duration {
  font-size: 0.85rem;
  color: #6b6b78;
}

.eb-pkg__tagline {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  color: #453a5c;
}

.eb-pkg__features {
  margin: 0.6rem 0 0;
  padding-left: 1.05rem;
  font-size: 0.88rem;
  color: #453a5c;
  line-height: 1.5;
}

.eb-pkg__features li {
  margin-bottom: 0.2rem;
}

.eb-quote-meta {
  text-align: left;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  color: #453a5c;
}

/* Upsell to the longest package */
.eb-upsell {
  margin-top: 1.25rem;
  padding: 1.1rem 1.15rem;
  border: 2px solid #ded0fb;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9f4ff 0%, #fdfbff 100%);
  text-align: left;
}

.eb-upsell__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff2d95;
}

.eb-upsell__title {
  margin: 0.3rem 0 0.45rem;
  font-size: 1.18rem;
  line-height: 1.3;
  color: #4c1d95;
}

.eb-upsell__lead {
  margin: 0;
  font-size: 0.95rem;
  color: #453a5c;
}

.eb-upsell__extras {
  margin: 0.7rem 0 0;
  padding-left: 1.05rem;
  font-size: 0.9rem;
  color: #453a5c;
  line-height: 1.55;
}

.eb-upsell .eb-pkg-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eb-upsell .eb-pkg-actions .btn {
  width: auto;
  padding: 0.7rem 1.25rem;
  font-size: 0.95rem;
}

@media (min-width: 760px) {
  .eb-packages {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    align-items: start;
  }
}

.eb-pkg .eb-pkg-actions {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.eb-pkg .eb-pkg-actions .btn,
.eb-pkg .eb-pkg-actions button {
  width: auto;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
}

.eb-avail-status {
  margin-top: 0.65rem;
  font-size: 0.88rem;
  color: #453a5c;
}

.eb-avail-status--pending { color: #8a5a00; }
.eb-avail-status--ok { color: #1a7f4b; }
.eb-avail-status--alt { color: #8a5a00; }

.eb-alt-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  display: grid;
  gap: 0.5rem;
}

.eb-alt-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.55rem 0.65rem;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ece7f5;
}

.eb-modal {
  border: none;
  border-radius: 20px;
  padding: 0;
  max-width: min(420px, calc(100vw - 2rem));
  box-shadow: 0 20px 50px rgba(60, 20, 110, 0.2);
}

.eb-modal::backdrop {
  background: rgba(26, 16, 51, 0.45);
}

.eb-modal__form {
  padding: 1.25rem 1.35rem 1.5rem;
}

.eb-modal__title {
  margin: 0 0 0.35rem;
  color: #3a0f66;
  font-family: "Fredoka", "Poppins", system-ui, sans-serif;
}

.eb-modal__actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1rem;
}

.eb-modal__actions .btn {
  flex: 1;
  margin-top: 0;
}

@media (max-width: 640px) {
  .eb-field-row { grid-template-columns: 1fr; }
  .eb-alt-list li { flex-direction: column; align-items: stretch; }
}

/* Complete booking form */
.eb-booking {
  max-width: 640px;
  width: 100%;
  margin: 0;
  padding: 1.5rem 1.35rem;
  background: #fff;
  border: 1px solid #ece7f5;
  border-radius: 20px;
  box-shadow: 0 14px 40px rgba(60, 20, 110, 0.1);
  box-sizing: border-box;
}

.eb-booking h2 {
  margin: 0 0 0.35rem;
  color: #3a0f66;
  font-family: "Fredoka", "Poppins", system-ui, sans-serif;
  text-align: center;
}

.eb-booking .btn,
.eb-booking button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.85rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: #ff2d95;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(255, 45, 149, 0.28);
}

.eb-booking .btn:hover,
.eb-booking button[type="submit"]:hover {
  filter: brightness(1.05);
  color: #fff;
}

.eb-booking .btn:disabled,
.eb-booking button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: wait;
}

.eb-booking-card {
  margin: 1rem 0 1.25rem;
  padding: 0.85rem 1rem;
  background: #faf8ff;
  border: 1px solid #ece7f5;
  border-radius: 14px;
  display: grid;
  gap: 0.75rem;
  text-align: left;
}

.eb-booking-card__row {
  display: grid;
  gap: 0.15rem;
}

.eb-booking-card__label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8a7aa8;
}

.eb-booking-card__value {
  color: #3a0f66;
}

.eb-booking-card__price {
  margin-left: 0.35rem;
  font-weight: 800;
  color: #4c1d95;
}

.eb-admin-message {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  background: #fff8e8;
  border-left: 3px solid #f0b429;
  border-radius: 8px;
  color: #5c4a1a;
  text-align: left;
  font-size: 0.92rem;
}

.eb-form-section {
  margin: 1.25rem 0 0;
  padding: 0;
  border: 0;
}

.eb-form-section__legend {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  margin: 0 0 0.65rem;
  padding: 0;
  font-weight: 800;
  color: #3a0f66;
  font-size: 1rem;
}

.eb-form-section__legend span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background: #4c1d95;
  color: #fff;
  font-size: 0.8rem;
}

.eb-venue-toggle,
.eb-terms-agree {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin: 0.75rem 0 1rem;
  text-align: left;
  color: #453a5c;
  font-size: 0.92rem;
  cursor: pointer;
}

.eb-venue-toggle input,
.eb-terms-agree input {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.eb-venue-toggle small {
  display: block;
  margin-top: 0.2rem;
  color: #8a7aa8;
  font-size: 0.82rem;
}

.eb-terms-box {
  max-height: 200px;
  overflow: auto;
  padding: 0.85rem 1rem;
  background: #faf8ff;
  border: 1px solid #ece7f5;
  border-radius: 12px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #453a5c;
  text-align: left;
  white-space: normal;
}

.eb-terms-box--empty {
  color: #b42318;
}

.eb-sig-field {
  margin-top: 1rem;
  text-align: left;
}

.eb-sig-field__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}

.eb-sig-field__head label {
  font-weight: 700;
  color: #3a0f66;
}

.eb-sig-clear {
  border: 0;
  background: transparent;
  color: #4c1d95;
  font-weight: 700;
  cursor: pointer;
  padding: 0.2rem 0.4rem;
}

.eb-signature-pad {
  display: block;
  width: 100%;
  height: 180px;
  touch-action: none;
  background: #fff;
  border: 1.5px dashed #c4a5fb;
  border-radius: 12px;
  cursor: crosshair;
}

.eb-booking-success {
  text-align: center;
  padding: 0.5rem 0 1rem;
}

.eb-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: #e6f7ef;
  color: #1a7f4b;
  font-size: 1.5rem;
  font-weight: 800;
}
