.tb-inquiry-page {
  --tb-inquiry-control-height: 3.5rem;
  --tb-inquiry-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  background: var(--tb-color-canvas, #f4f6f9);
  min-height: 70vh;
  padding-block: clamp(2rem, 5vw, 4.5rem);
}

.tb-inquiry-page [hidden] {
  display: none;
}

.tb-inquiry-shell {
  margin-inline: auto;
  max-width: 58rem;
  min-width: 0;
  padding-inline: clamp(0.75rem, 3vw, 1.5rem);
}

.tb-inquiry-header {
  align-items: end;
  display: grid;
  gap: 1rem 3rem;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  margin-bottom: 1.75rem;
}

.tb-inquiry-header > div > p,
.tb-inquiry-result > p:first-child {
  color: var(--tb-color-coral-text, #c63f36);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin: 0 0 0.5rem;
}

.tb-inquiry-header h1,
.tb-inquiry-result h1,
.tb-inquiry-result h2 {
  color: var(--tb-color-navy, #13274b);
  font-size: 3rem;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
}

.tb-inquiry-header > p {
  color: var(--tb-color-muted, #596579);
  line-height: 1.55;
  margin: 0;
  max-width: 34rem;
  text-wrap: pretty;
}

.tb-inquiry-progress ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}

.tb-inquiry-progress li {
  align-items: center;
  border-bottom: 3px solid var(--tb-color-border, #c8d0dc);
  color: var(--tb-color-muted, #596579);
  display: flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.55rem;
  min-height: 3.5rem;
  min-width: 0;
  padding: 0.6rem 0.5rem;
}

.tb-inquiry-progress li span {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.75rem;
  justify-content: center;
  width: 1.75rem;
}

.tb-inquiry-progress li[aria-current="step"] {
  border-color: var(--tb-color-coral, #f26458);
  color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-progress li[aria-current="step"] span {
  background: var(--tb-color-navy, #13274b);
  border-color: var(--tb-color-navy, #13274b);
  color: #fff;
}

.tb-inquiry-progress li[data-complete] {
  border-color: var(--tb-color-navy, #13274b);
  color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-form,
.tb-inquiry-result {
  background: var(--tb-color-white, #fff);
  border: 1px solid var(--tb-color-border-subtle, #d9dee7);
  border-radius: 0.75rem;
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.tb-inquiry-step {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

.tb-inquiry-step > legend {
  color: var(--tb-color-navy, #13274b);
  font-family: var(--tb-font-heading, Inter, sans-serif);
  font-size: 1.75rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  max-width: 100%;
  outline: 0;
  padding: 0;
  text-wrap: balance;
}

.tb-inquiry-step + .tb-inquiry-step {
  border-top: 1px solid var(--tb-color-border-subtle, #d9dee7);
  margin-top: 2rem;
  padding-top: 2rem;
}

.tb-inquiry-offer-context {
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.75rem;
  padding: clamp(1rem, 3vw, 1.5rem);
}

.tb-inquiry-offer-context h2 {
  color: var(--tb-color-navy, #13274b);
  font-family: var(--tb-font-heading, Inter, sans-serif);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.tb-inquiry-offer-context dl {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
  margin: 1.25rem 0 0;
}

.tb-inquiry-offer-context dl > div {
  min-width: 0;
}

.tb-inquiry-offer-context dt {
  color: var(--tb-color-muted, #596579);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.tb-inquiry-offer-context dd {
  color: var(--tb-color-navy, #13274b);
  font-weight: 750;
  line-height: 1.4;
  margin: 0;
  overflow-wrap: anywhere;
}

.tb-inquiry-offer-context dd small {
  color: var(--tb-color-muted, #596579);
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  margin-top: 0.2rem;
}

.tb-inquiry-selection {
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.75rem;
  padding: 1rem;
}

.tb-inquiry-selection dl {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.tb-inquiry-selection dl > div {
  border-bottom: 1px solid var(--tb-color-border-subtle, #d9dee7);
  min-width: 0;
  padding: 0.65rem 1rem 0.65rem 0;
}

.tb-inquiry-selection dt {
  color: var(--tb-color-muted, #596579);
  font-size: 0.82rem;
  font-weight: 700;
}

.tb-inquiry-selection dd {
  color: var(--tb-color-navy, #13274b);
  font-weight: 750;
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
}

.tb-inquiry-selection dd small {
  color: var(--tb-color-muted, #596579);
  display: block;
  font-size: 0.82rem;
  margin-top: 0.2rem;
}

.tb-inquiry-selection__details {
  border-bottom: 1px solid var(--tb-color-border, #c8d0dc);
}

.tb-inquiry-selection__details summary {
  align-items: center;
  color: var(--tb-color-navy, #13274b);
  cursor: pointer;
  display: flex;
  font-size: 0.9rem;
  font-weight: 750;
  min-height: 2.75rem;
  padding-block: 0.55rem;
}

.tb-inquiry-selection__details[open] {
  padding-bottom: 0.5rem;
}

.tb-inquiry-selection__details[open] summary {
  margin-bottom: 0.25rem;
}

.tb-inquiry-selection__party-editor {
  border-top: 1px solid var(--tb-color-border, #c8d0dc);
  margin-top: 1rem;
}

.tb-inquiry-selection__party-editor > summary {
  color: var(--tb-color-navy, #13274b);
  cursor: pointer;
  font-weight: 750;
  min-height: 44px;
  padding-block: 0.75rem;
}

.tb-inquiry-selection__party-editor > summary:focus-visible {
  outline: 3px solid var(--tb-color-active, #4f8fcc);
  outline-offset: 2px;
}

.tb-inquiry-selection__party {
  padding-bottom: 0.75rem;
}

.tb-inquiry-selection__policy {
  align-items: start;
  background: #fff;
  border: 1px solid var(--tb-color-border-subtle, #d9dee7);
  border-radius: 0.5rem;
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}

.tb-inquiry-selection__policy p {
  color: var(--tb-color-muted, #596579);
  line-height: 1.45;
  margin: 0;
}

.tb-inquiry-selection__policy a {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  min-height: 44px;
  padding-block: 0.65rem;
}

.tb-inquiry-selection__price-note {
  border: 1px solid var(--tb-color-navy, #13274b);
  border-radius: 0.5rem;
  color: var(--tb-color-navy, #13274b) !important;
  font-weight: 700;
  padding: 0.65rem 0.75rem;
}

.tb-inquiry-selection__price-note[data-requested-price-state="review-required"] {
  border-color: var(--tb-color-coral-text, #c63f36);
}

[data-selection-price-row].is-stale {
  opacity: .56;
}

[data-selection-price-row].is-stale [data-selection-price] {
  color: var(--tb-color-muted, #596579);
}

.tb-inquiry-selection__recheck {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.tb-inquiry-selection__recheck > p {
  color: var(--tb-color-navy, #13274b);
  line-height: 1.5;
  margin: 0;
  min-height: 1.5em;
}

.tb-inquiry-selection__recheck .tb-button {
  justify-self: start;
  min-height: 44px;
}

.tb-inquiry-selection__requote {
  align-items: start;
  background: #fff;
  border: 1px solid var(--tb-color-coral-text, #c63f36);
  border-radius: 0.5rem;
  color: var(--tb-color-navy, #13274b);
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.45;
  padding: 0.8rem;
}

.tb-inquiry-selection__requote input {
  height: 1.25rem;
  margin: 0.1rem 0 0;
  width: 1.25rem;
}

.tb-inquiry-selection__change-link {
  font-size: 0.9rem;
}

.tb-inquiry-selection__change-link a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding-block: 0.55rem;
}

.tb-inquiry-selection > p {
  color: var(--tb-color-muted, #596579);
  line-height: 1.5;
  margin: 1rem 0 0;
}

.tb-inquiry-selection a {
  color: var(--tb-color-navy, #13274b);
  font-weight: 750;
}

.tb-inquiry-offer-fallback {
  align-items: center;
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-active, #4f8fcc);
  border-radius: 0.75rem;
  color: var(--tb-color-navy, #13274b);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem;
}

.tb-inquiry-offer-fallback p {
  line-height: 1.5;
  margin: 0;
  max-width: 65ch;
}

.tb-inquiry-offer-fallback .tb-button {
  flex: 0 0 auto;
  min-height: 2.75rem;
}

.tb-inquiry-form[data-enhanced] .tb-inquiry-step + .tb-inquiry-step {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.tb-inquiry-types {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.tb-inquiry-types--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-inquiry-types label {
  cursor: pointer;
  min-width: 0;
  position: relative;
}

.tb-inquiry-types input {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.tb-inquiry-types span {
  background: var(--tb-color-canvas, #f4f6f9);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.625rem;
  display: grid;
  gap: 0.35rem;
  min-height: 7rem;
  padding: 1rem 2.75rem 1rem 1rem;
  position: relative;
  transition:
    background-color 180ms var(--tb-inquiry-ease-out),
    border-color 180ms var(--tb-inquiry-ease-out),
    transform 140ms var(--tb-inquiry-ease-out);
}

.tb-inquiry-types span::after {
  align-items: center;
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 50%;
  content: "";
  display: flex;
  height: 1.5rem;
  justify-content: center;
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  width: 1.5rem;
}

.tb-inquiry-types strong {
  color: var(--tb-color-navy, #13274b);
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.tb-inquiry-types small {
  color: var(--tb-color-muted, #596579);
  font-size: 0.9rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.tb-inquiry-types input:checked + span {
  background: var(--tb-color-info-surface, #f1f6fb);
  border-color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-types input:checked + span::after {
  background: var(--tb-color-navy, #13274b);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='m2.5 6 2.25 2.25L9.5 3.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border-color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-types input:focus-visible + span {
  outline: 3px solid var(--tb-color-active, #4f8fcc);
  outline-offset: 3px;
}

.tb-inquiry-types input:disabled + span {
  cursor: not-allowed;
  opacity: 0.56;
}

.tb-inquiry-needs {
  border: 0;
  margin: 1.25rem 0 0;
  min-width: 0;
  padding: 0;
}

.tb-inquiry-needs > legend {
  color: var(--tb-color-navy, #13274b);
  font-size: 1rem;
  font-weight: 750;
  margin-bottom: 0.65rem;
  padding: 0;
}

.tb-inquiry-needs__options {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tb-inquiry-needs__options label {
  align-items: start;
  background: var(--tb-color-white, #fff);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.625rem;
  cursor: pointer;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 4.75rem;
  padding: 0.85rem;
}

.tb-inquiry-needs__options label:has(input:checked) {
  background: var(--tb-color-info-surface, #f1f6fb);
  border-color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-needs__options input {
  accent-color: var(--tb-color-navy, #13274b);
  height: 1.25rem;
  margin: 0.1rem 0 0;
  width: 1.25rem;
}

.tb-inquiry-needs__options label:has(input:focus-visible) {
  outline: 3px solid var(--tb-color-active, #4f8fcc);
  outline-offset: 2px;
}

.tb-inquiry-needs__options span {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.tb-inquiry-needs__options strong {
  color: var(--tb-color-navy, #13274b);
  line-height: 1.3;
}

.tb-inquiry-needs__options small {
  color: var(--tb-color-muted, #596579);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.tb-inquiry-needs__error {
  color: #7a271a;
  font-weight: 700;
  margin: 0.75rem 0 0;
}

.tb-inquiry-field {
  color: var(--tb-color-navy, #13274b);
  display: grid;
  font-size: 0.96rem;
  font-weight: 750;
  gap: 0.5rem;
  min-width: 0;
}

.tb-inquiry-field[hidden] {
  display: none;
}

.tb-inquiry-step > .tb-inquiry-field + .tb-inquiry-field,
.tb-inquiry-grid + .tb-inquiry-field {
  margin-top: 1rem;
}

.tb-inquiry-field input,
.tb-inquiry-field select,
.tb-inquiry-field textarea {
  background-color: var(--tb-color-white, #fff);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: var(--tb-color-navy, #13274b);
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  min-height: var(--tb-inquiry-control-height);
  min-width: 0;
  padding: 0.8rem 0.95rem;
  transition:
    border-color 180ms var(--tb-inquiry-ease-out),
    box-shadow 180ms var(--tb-inquiry-ease-out),
    background-color 180ms var(--tb-inquiry-ease-out);
  width: 100%;
}

.tb-inquiry-field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m4 6 4 4 4-4' stroke='%2313274b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 0.95rem center;
  background-repeat: no-repeat;
  padding-right: 3rem;
}

.tb-inquiry-field input[type="date"] {
  cursor: pointer;
}

.tb-inquiry-field input,
.tb-inquiry-field select {
  height: var(--tb-inquiry-control-height);
}

.tb-inquiry-field input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.8;
}

.tb-inquiry-field textarea {
  line-height: 1.5;
  min-height: 8rem;
  resize: vertical;
}

.tb-inquiry-field input::placeholder,
.tb-inquiry-field textarea::placeholder {
  color: var(--tb-color-muted, #596579);
  opacity: 1;
}

.tb-inquiry-field input:focus,
.tb-inquiry-field select:focus,
.tb-inquiry-field textarea:focus {
  border-color: var(--tb-color-active, #4f8fcc);
  box-shadow: 0 0 0 3px rgb(79 143 204 / 18%);
  outline: 0;
}

.tb-inquiry-field input:focus-visible,
.tb-inquiry-field select:focus-visible,
.tb-inquiry-field textarea:focus-visible {
  box-shadow: none;
  outline: 3px solid var(--tb-color-active, #4f8fcc);
  outline-offset: 2px;
}

.tb-inquiry-field input:user-invalid,
.tb-inquiry-field select:user-invalid,
.tb-inquiry-field textarea:user-invalid {
  border-color: var(--tb-color-coral-text, #c63f36);
}

.tb-inquiry-field input:disabled,
.tb-inquiry-field select:disabled,
.tb-inquiry-field textarea:disabled {
  background: #e9edf3;
  color: var(--tb-color-muted, #596579);
  cursor: not-allowed;
  opacity: 1;
}

.tb-inquiry-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

.tb-inquiry-grid + .tb-inquiry-grid {
  margin-top: 1rem;
}

.tb-inquiry-child-ages {
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-border-subtle, #d9dee7);
  border-radius: 0.625rem;
  margin-top: 1rem;
  padding: 1rem;
}

.tb-inquiry-child-ages[hidden] {
  display: none;
}

.tb-inquiry-child-ages > p {
  color: var(--tb-color-navy, #13274b);
  font-weight: 800;
  margin: 0 0 0.875rem;
}

.tb-inquiry-grid--child-ages {
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.tb-inquiry-child-ages > small {
  color: var(--tb-color-muted, #596579);
  display: block;
  line-height: 1.45;
  margin-top: 0.75rem;
}

.tb-inquiry-contact-method {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0;
  min-width: 0;
  padding: 0;
}

.tb-inquiry-contact-method legend {
  color: var(--tb-color-navy, #13274b);
  font-size: 0.96rem;
  font-weight: 750;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}

.tb-inquiry-contact-method label {
  align-items: center;
  background: var(--tb-color-white, #fff);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.5rem;
  color: var(--tb-color-navy, #13274b);
  cursor: pointer;
  display: flex;
  font-weight: 700;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.55rem 0.9rem;
}

.tb-inquiry-contact-method label:has(input:checked) {
  background: var(--tb-color-info-surface, #f1f6fb);
  border-color: var(--tb-color-navy, #13274b);
}

.tb-inquiry-contact-method input,
.tb-inquiry-consent input {
  accent-color: var(--tb-color-navy, #13274b);
  flex: 0 0 auto;
  height: 1.25rem;
  width: 1.25rem;
}

.tb-inquiry-contact-method input:focus-visible,
.tb-inquiry-consent input:focus-visible {
  outline: 3px solid var(--tb-color-active, #4f8fcc);
  outline-offset: 3px;
}

.tb-inquiry-consent {
  align-items: start;
  color: var(--tb-color-text, #2f2f2f);
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.5;
  min-height: 2.75rem;
}

.tb-inquiry-consent input {
  margin-top: 0.2rem;
}

.tb-inquiry-consent a {
  font-weight: 700;
  overflow-wrap: anywhere;
}

.tb-inquiry-boundary {
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-active, #4f8fcc);
  border-radius: 0.5rem;
  color: var(--tb-color-navy, #13274b);
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
}

.tb-inquiry-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.75rem;
}

.tb-inquiry-actions .tb-button,
.tb-inquiry-result .tb-button {
  border-radius: 0.5rem;
  height: 3.25rem;
  min-height: 3.25rem;
  min-width: 9rem;
  transition:
    background-color 180ms var(--tb-inquiry-ease-out),
    border-color 180ms var(--tb-inquiry-ease-out),
    color 180ms var(--tb-inquiry-ease-out),
    transform 140ms var(--tb-inquiry-ease-out);
}

.tb-inquiry-page .tb-button:active:not(:disabled) {
  transform: scale(0.97);
}

.tb-inquiry-page .tb-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
}

.tb-inquiry-form[aria-busy="true"] [data-inquiry-submit] {
  cursor: progress;
}

.tb-inquiry-error {
  background: var(--tb-color-error-surface, #fff3f2);
  border: 1px solid var(--tb-color-coral-text, #c63f36);
  border-radius: 0.5rem;
  color: #7a271a;
  margin-bottom: 1rem;
  padding: 1rem;
}

.tb-inquiry-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.tb-inquiry-result dl {
  background: var(--tb-color-info-surface, #f1f6fb);
  border: 1px solid var(--tb-color-border, #c8d0dc);
  border-radius: 0.5rem;
  margin: 2rem 0;
  max-width: 30rem;
  padding: 1rem;
}

.tb-inquiry-result dt {
  color: var(--tb-color-muted, #596579);
  font-size: 0.88rem;
  font-weight: 700;
}

.tb-inquiry-result dd {
  color: var(--tb-color-navy, #13274b);
  font-family: monospace;
  font-size: 1.45rem;
  font-weight: 750;
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
}

.tb-inquiry-result .tb-button {
  display: inline-flex;
  margin-top: 1rem;
}

@media (hover: hover) and (pointer: fine) {
  .tb-inquiry-types label:hover span {
    border-color: var(--tb-color-active, #4f8fcc);
  }

  .tb-inquiry-contact-method label:hover {
    border-color: var(--tb-color-active, #4f8fcc);
  }

  .tb-inquiry-page .tb-button:hover {
    background: var(--tb-color-coral-text, #c63f36);
  }

  .tb-inquiry-page .tb-button--secondary:hover {
    background: var(--tb-color-info-surface, #f1f6fb);
    border-color: var(--tb-color-active, #4f8fcc);
    color: var(--tb-color-navy, #13274b);
  }
}

@media (max-width: 760px) {
  .tb-inquiry-header {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .tb-inquiry-header h1,
  .tb-inquiry-result h1,
  .tb-inquiry-result h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 680px) {
  .tb-inquiry-page {
    --tb-inquiry-control-height: 3.25rem;
    padding-block: 1.5rem 2.5rem;
  }

  .tb-inquiry-form,
  .tb-inquiry-result {
    border-radius: 0.625rem;
    padding: 1rem;
  }

  .tb-inquiry-draft {
    grid-template-columns: minmax(0, 1fr);
  }

  .tb-inquiry-draft > span {
    grid-column: auto;
  }

  .tb-inquiry-draft > div {
    width: 100%;
  }

  .tb-inquiry-grid,
  .tb-inquiry-types,
  .tb-inquiry-needs__options {
    grid-template-columns: 1fr;
  }

  .tb-inquiry-grid.tb-inquiry-grid--party {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-inquiry-offer-context dl {
    grid-template-columns: 1fr;
  }

  .tb-inquiry-selection dl {
    grid-template-columns: 1fr;
  }

  .tb-inquiry-selection .tb-inquiry-selection__primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-inquiry-offer-fallback {
    align-items: stretch;
    flex-direction: column;
  }

  .tb-inquiry-offer-fallback .tb-button {
    width: 100%;
  }

  .tb-inquiry-types span {
    min-height: 5.25rem;
  }

  .tb-inquiry-progress li {
    align-items: flex-start;
    flex-direction: column;
    font-size: 0.82rem;
    gap: 0.35rem;
    line-height: 1.25;
    min-height: 5.25rem;
    overflow-wrap: anywhere;
    padding-inline: 0.35rem;
  }

  .tb-inquiry-step > legend {
    font-size: 1.45rem;
    margin-bottom: 1.25rem;
  }

  .tb-inquiry-grid + .tb-inquiry-grid,
  .tb-inquiry-step > .tb-inquiry-field + .tb-inquiry-field,
  .tb-inquiry-grid + .tb-inquiry-field {
    margin-top: 0.875rem;
  }

  .tb-inquiry-actions {
    align-items: stretch;
    flex-direction: column-reverse;
    margin-top: 1.5rem;
  }

  .tb-inquiry-actions .tb-button,
  .tb-inquiry-result .tb-button {
    width: 100%;
  }
}

@media (min-width: 361px) and (max-width: 680px) {
  .tb-inquiry-actions {
    flex-direction: row;
  }
}

@media (max-width: 360px) {
  .tb-inquiry-header h1,
  .tb-inquiry-result h1,
  .tb-inquiry-result h2 {
    font-size: 2.05rem;
  }

  .tb-inquiry-progress li {
    font-size: 0.77rem;
  }

  .tb-inquiry-grid.tb-inquiry-grid--party {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tb-inquiry-page *,
  .tb-inquiry-page *::before,
  .tb-inquiry-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .tb-inquiry-page .tb-button:active:not(:disabled) {
    transform: none;
  }
}


/* A single, quiet form layout for custom, package and cruise enquiries. */
.tb-inquiry-page { --tb-inquiry-control-height: 3rem; background: #fff; padding-block: clamp(1.75rem, 4vw, 3.5rem); }
.tb-inquiry-shell { max-width: 48rem; }
.tb-inquiry-header { display: block; margin-bottom: 2rem; }
.tb-inquiry-header h1, .tb-inquiry-result h1 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1.2; letter-spacing: -.025em; text-wrap: initial; }
.tb-inquiry-header > p { margin-top: .75rem; font-size: 1rem; max-width: 60ch; }
.tb-inquiry-workspace, .tb-inquiry-guide, .tb-inquiry-editor { display: contents; }
.tb-inquiry-progress ol { gap: 1.25rem; margin: 0 0 2.5rem; }
.tb-inquiry-progress li { border-bottom-width: 2px; font-size: .875rem; font-weight: 500; gap: .5rem; padding: .75rem 0; min-height: 3rem; line-height: 1.4; }
.tb-inquiry-progress li span { border: 0; border-radius: 0; width: auto; height: auto; font-variant-numeric: tabular-nums; }
.tb-inquiry-progress li[aria-current="step"] { border-color: var(--tb-color-navy, #13274b); font-weight: 700; }
.tb-inquiry-progress li[aria-current="step"] span { background: none; color: inherit; }
.tb-inquiry-progress li[data-complete] { border-color: #bcc5d0; }
.tb-inquiry-form, .tb-inquiry-result { border: 0; border-radius: 0; padding: 0; background: transparent; }
.tb-inquiry-step > legend { font-size: 1.35rem; line-height: 1.35; margin-bottom: 1.5rem; letter-spacing: -.015em; font-weight: 600; }
.tb-inquiry-field > span { font-size: .9rem; font-weight: 600; }
.tb-inquiry-field :is(input, select, textarea) { background: #fff; border-color: #bac3ce; border-radius: .35rem; font-size: 1rem; box-shadow: none; }
.tb-inquiry-field textarea { min-height: 7rem; }
.tb-inquiry-grid { gap: 1.25rem; }
.tb-inquiry-needs { margin-top: 1.75rem; }
.tb-inquiry-needs > legend { font-weight: 600; }
.tb-inquiry-needs__options { column-gap: 1.5rem; row-gap: 0; }
.tb-inquiry-needs__options label { min-height: 4.5rem; padding: 1rem .5rem; border: 0; border-bottom: 1px solid #e3e7ec; border-radius: 0; background: transparent; align-items: center; }
.tb-inquiry-needs__options label:has(input:checked) { background: #f4f6f9; border-color: #bcc5d0; }
.tb-inquiry-needs__options strong { font-weight: 600; font-size: .95rem; }
.tb-inquiry-needs__options small { font-size: .8rem; }
.tb-inquiry-offer-context { background: none; border: 0; border-radius: 0; padding: 0; }
.tb-inquiry-offer-context h2 { font-size: clamp(1.3rem, 3vw, 1.65rem); line-height: 1.35; font-weight: 600; text-wrap: initial; }
.tb-inquiry-offer-context dl { margin-top: 1.5rem; grid-template-columns: 1fr; gap: 0; }
.tb-inquiry-offer-context dl > div { padding-block: .9rem; border-top: 1px solid #e3e7ec; }
.tb-inquiry-offer-context dd, .tb-inquiry-selection dd { font-weight: 500; line-height: 1.5; }
.tb-inquiry-selection { background: none; border: 0; border-radius: 0; padding: 0; }
.tb-inquiry-selection dt, .tb-inquiry-offer-context dt { font-weight: 400; font-size: .85rem; }
.tb-inquiry-selection__primary { gap: 0 1.5rem; }
.tb-inquiry-selection [data-selection-price] { font-size: 1.25rem; font-weight: 650; }
.tb-inquiry-selection__details summary { font-weight: 500; text-decoration: underline; text-underline-offset: .2em; }
.tb-inquiry-contact-method { margin-block: 1.5rem; }
.tb-inquiry-contact-method > legend { font-weight: 600; }
.tb-inquiry-consent { font-size: .875rem; line-height: 1.6; align-items: start; padding-block: .75rem; }
.tb-inquiry-boundary { background: none; border: 0; padding: 0; color: #596579; font-size: .85rem; line-height: 1.6; }
.tb-inquiry-actions { border-top: 1px solid #d9dee7; padding-top: 1.25rem; margin-top: 2rem; gap: 1rem; align-items: center; }
.tb-inquiry-actions .tb-button { min-height: 3rem; border-radius: .35rem; font-size: .95rem; padding-inline: 1.5rem; box-shadow: none; }
.tb-inquiry-actions [data-step-next], .tb-inquiry-actions [type="submit"] { margin-left: auto; }
.tb-inquiry-actions [data-step-back] { border-color: transparent; background: transparent; padding-inline: .25rem; color: #526074; }
.tb-inquiry-result { border-top: 2px solid #13274b; padding-top: 1.5rem; }
.tb-inquiry-error { border-radius: .35rem; }
@media (hover: hover) { .tb-inquiry-needs__options label:hover { background: #f4f6f9; } }
@media (max-width: 680px) {
 .tb-inquiry-header { margin-bottom: 1.25rem; }
 .tb-inquiry-progress ol { gap: .75rem; margin-bottom: 1.75rem; }
 .tb-inquiry-progress li { align-items: start; flex-direction: column; gap: .25rem; font-size: .8rem; }
 .tb-inquiry-needs__options { grid-template-columns: 1fr; }
 .tb-inquiry-needs__options label { min-height: 4.25rem; }
 .tb-inquiry-actions { flex-direction: row; gap: .75rem; }
 .tb-inquiry-actions .tb-button { width: auto; }
 .tb-inquiry-actions [data-step-back] { flex: 0 0 auto; }
 .tb-inquiry-actions [type="submit"] { min-width: 0; padding-inline: .85rem; }
}
.tb-inquiry-step > .tb-inquiry-field + .tb-inquiry-grid,
.tb-inquiry-step > .tb-inquiry-field:has(textarea) { margin-top: 1.25rem; }
.tb-inquiry-contact-method label { background: transparent; border-color: transparent; border-radius: 0; padding-left: 0; font-weight: 500; }
.tb-inquiry-contact-method label:has(input:checked) { background: transparent; border-color: transparent; }
.tb-inquiry-result h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1.2; }
@media (max-width: 680px) {
 .tb-inquiry-selection__primary > div:first-child,
 .tb-inquiry-selection__primary > [data-selection-price-row] { grid-column: 1 / -1; }
}
/* One outer frame keeps the flow distinct without nested cards. */
.tb-inquiry-page { background: #f5f6f8; padding-inline: clamp(.75rem, 3vw, 1.5rem); }
.tb-inquiry-shell { background: #fff; border: 1px solid #dce1e7; border-radius: .75rem; padding: clamp(1.25rem, 4vw, 2.5rem); max-width: 52rem; }
.tb-inquiry-step > legend, .tb-inquiry-error { scroll-margin-top: 9rem; }
@media (max-width: 680px) {
 .tb-inquiry-page { padding-block: 1.25rem; }
 .tb-inquiry-shell { padding: 1.25rem 1rem; border-radius: .6rem; }
 .tb-inquiry-progress ol { gap: .5rem; }
 .tb-inquiry-actions { gap: .5rem; }
 .tb-inquiry-actions [type="submit"] { font-size: .875rem; padding-inline: .65rem; }
}
