.parkado-booking-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 24px;
  padding: 6px;
  border: 1px solid #d7e6d9;
  border-radius: 16px;
  background: #f3f8f4;
}

.parkado-booking-tab {
  display: flex;
  min-height: 76px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #315238;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  text-align: left;
  line-height: 1.2;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.parkado-booking-tab-title {
  font-size: 1rem;
  font-weight: 800;
}

.parkado-booking-tab-copy {
  font-size: .78rem;
  font-weight: 600;
  opacity: .8;
}

.parkado-booking-tab-heading {
  display: flex;
  align-items: center;
  gap: 7px;
}

.parkado-booking-tab-badge {
  padding: 3px 7px;
  border-radius: 999px;
  background: #f2b600;
  color: #203329;
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
}

.parkado-booking-tab--easy[aria-selected="false"] {
  border-color: #e3b62c;
  background: #fffdf2;
  color: #315238;
  box-shadow: 0 3px 10px rgba(96, 75, 0, .1);
}

.parkado-booking-tab--easy[aria-selected="false"]:hover {
  border-color: #c99600;
  background: #fff8db;
  box-shadow: 0 5px 14px rgba(96, 75, 0, .15);
  transform: translateY(-1px);
}

.parkado-booking-tab[aria-selected="true"] {
  background: linear-gradient(135deg, #0a3a0f 0%, #176d31 100%);
  color: #fff;
  box-shadow: 0 6px 18px rgba(10, 58, 15, .2);
}

.parkado-booking-tab[aria-selected="true"] .parkado-booking-tab-copy {
  opacity: .88;
}

.parkado-booking-tab:focus-visible,
.easy-booking-panel button:focus-visible,
.easy-booking-panel input:focus-visible,
.easy-booking-panel a:focus-visible {
  outline: 3px solid rgba(255, 193, 7, .55);
  outline-offset: 2px;
}

.easy-booking-panel[hidden],
form.parkado-complete-booking-hidden {
  display: none !important;
}

.easy-booking-panel {
  color: #203329;
}

.easy-booking-intro {
  margin: 0 0 22px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eff8f0 0%, #f9fcf9 100%);
  border: 1px solid #d4e8d7;
}

.easy-booking-intro h2 {
  margin: 0 0 6px;
  color: #0a3a0f;
  font-size: 1.35rem;
}

.easy-booking-intro p {
  margin: 0;
  color: #52635a;
}

.easy-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.easy-booking-field {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
}

.easy-booking-field--wide {
  grid-column: 1 / -1;
}

.easy-booking-field label,
.easy-booking-field > span {
  color: #263d2c;
  font-weight: 700;
}

.easy-booking-field input {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid #b8c9bc;
  border-radius: 10px;
  background: #fff;
  color: #1f2d24;
  font: inherit;
}

.easy-booking-field input:focus {
  border-color: #176d31;
  box-shadow: 0 0 0 3px rgba(23, 109, 49, .12);
}

.easy-booking-duration {
  display: flex;
  gap: 8px;
  margin: 0 -2px 20px;
  padding: 2px 2px 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.easy-booking-duration button {
  flex: 0 0 auto;
  min-width: 58px;
  min-height: 40px;
  padding: 7px 10px;
  border: 1px solid #b9cbbc;
  border-radius: 999px;
  background: #fff;
  color: #315238;
  font-weight: 700;
}

.easy-booking-duration button[aria-pressed="true"] {
  border-color: #176d31;
  background: #e7f4e9;
  color: #0a3a0f;
}

.easy-booking-quote {
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #cfe0d2;
  border-radius: 14px;
  background: #fbfdfb;
}

.easy-booking-quote-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.easy-booking-quote-total {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #dbe7dd;
  color: #0a3a0f;
  font-size: 1.2rem;
}

.easy-booking-payment {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff8db;
  color: #604b00;
  font-weight: 700;
}

.easy-booking-status {
  min-height: 24px;
  margin: 10px 0;
}

.easy-booking-status--error {
  padding: 11px 13px;
  border-radius: 9px;
  background: #fff0f0;
  color: #9b1c1c;
}

.easy-booking-status--ok {
  color: #176d31;
  font-weight: 700;
}

.easy-booking-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin: 18px 0;
  line-height: 1.45;
}

.easy-booking-consent input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: #176d31;
}

.easy-booking-consent a {
  color: #0b6426;
  font-weight: 600;
}

.easy-booking-submit,
.easy-booking-new {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 11px;
  background: linear-gradient(135deg, #f2b600 0%, #ffc928 100%);
  color: #19351e;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 7px 18px rgba(164, 120, 0, .2);
}

.easy-booking-submit:disabled {
  cursor: not-allowed;
  opacity: .55;
  box-shadow: none;
}

.easy-booking-success {
  padding: 22px;
  border: 2px solid #86c991;
  border-radius: 16px;
  background: linear-gradient(180deg, #f0faf2 0%, #fbfefb 100%);
  text-align: center;
  box-shadow: 0 12px 32px rgba(10, 58, 15, .12);
}

.easy-booking-success-confirmation {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0a3a0f 0%, #176d31 100%);
  color: #fff;
  text-align: left;
  box-shadow: 0 8px 22px rgba(10, 58, 15, .2);
}

.easy-booking-success-icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: #fff;
  color: #176d31;
  place-items: center;
  font-size: 2rem;
  font-weight: 900;
}

.easy-booking-success h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.55rem;
}

.easy-booking-success-confirmation p {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  line-height: 1.45;
}

.easy-booking-success-id {
  margin: 20px 0 6px;
  color: #0a3a0f;
  font-size: 1.55rem;
  font-weight: 800;
}

.easy-booking-success-save {
  margin: 0 0 18px;
  color: #52635a;
}

.easy-booking-success dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 18px;
  margin: 18px 0;
  text-align: left;
}

.easy-booking-success dt {
  color: #52635a;
}

.easy-booking-success dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.easy-booking-success-contact {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #efc84f;
  border-radius: 14px;
  background: #fff8db;
  color: #4e3e00;
}

.easy-booking-success-contact > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.05rem;
}

.easy-booking-success-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.easy-booking-success-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 58px;
  padding: 9px 11px;
  border: 1px solid #dec45f;
  border-radius: 10px;
  background: #fff;
  color: #315238;
  line-height: 1.3;
  text-decoration: none;
}

.easy-booking-success-contact a:hover {
  border-color: #176d31;
  color: #0a3a0f;
  box-shadow: 0 4px 12px rgba(10, 58, 15, .1);
}

.easy-booking-new {
  margin-top: 12px;
  background: #176d31;
  color: #fff;
}

@media (max-width: 575.98px) {
  .parkado-booking-tabs {
    gap: 5px;
    padding: 5px;
    border-radius: 13px;
  }

  .parkado-booking-tab {
    min-height: 72px;
    padding: 9px;
  }

  .parkado-booking-tab-title {
    font-size: .91rem;
  }

  .parkado-booking-tab-copy {
    font-size: .7rem;
  }

  .parkado-booking-tab-badge {
    padding: 3px 5px;
    font-size: .57rem;
  }

  .easy-booking-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .easy-booking-success dl {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .easy-booking-success dd {
    margin-bottom: 8px;
    text-align: left;
  }

  .easy-booking-success {
    padding: 14px;
  }

  .easy-booking-success-confirmation {
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  .easy-booking-success-icon {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
    font-size: 1.5rem;
  }

  .easy-booking-success h2 {
    font-size: 1.25rem;
  }

  .easy-booking-success-contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parkado-booking-tab {
    transition: none;
  }
}
