.wp-site-blocks:has(#irbf-booking-form) header.wp-block-template-part,
.wp-site-blocks:has(#irbf-booking-form) footer.wp-block-template-part,
.wp-site-blocks:has(#irbf-booking-form) .wp-block-post-title {
  display: none;
}

.wp-site-blocks:has(#irbf-booking-form) main {
  margin-top: 0 !important;
}

.wp-site-blocks:has(#irbf-booking-form) main > .wp-block-group {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wp-site-blocks:has(#irbf-booking-form) .entry-content {
  margin-top: 0 !important;
}

.irbf-shell {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding: 22px 16px 32px;
  background: transparent;
  color: #111827;
  font-family: "Assistant", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.irbf-shell *,
.irbf-shell *::before,
.irbf-shell *::after {
  box-sizing: border-box;
}

.irbf-card {
  width: min(100%, 680px);
  margin: 0 auto;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid #e7edf4;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 74, 120, 0.1);
  transition: width 240ms ease, padding 240ms ease, box-shadow 240ms ease;
}

.irbf-card.is-calendly-active {
  width: min(calc(100vw - 32px), 1180px);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.irbf-shell.is-calendly-active {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 18px 16px 24px;
}

.irbf-card.is-calendly-active .irbf-step.is-active,
.irbf-card.is-calendly-active .irbf-calendly {
  width: 100%;
}

.irbf-shell.is-calendly-active .irbf-progress,
.irbf-shell.is-calendly-active .irbf-step-title,
.irbf-shell.is-calendly-active .irbf-page-ref,
.irbf-shell.is-calendly-active .irbf-actions,
.irbf-shell.is-calendly-active .irbf-footer {
  display: none;
}

.irbf-shell.is-calendly-active .irbf-logo {
  display: flex;
  justify-content: center;
  margin: 0 0 14px;
}

.irbf-shell.is-calendly-active .irbf-logo img {
  width: 150px;
  max-width: 46vw;
}

.irbf-card:has([data-irbf-page-key="own-home-offer"].is-active),
.irbf-card:has([data-irbf-page-key="low-purchase-offer"].is-active),
.irbf-card:has([data-irbf-page-key="no-show-offer"].is-active),
.irbf-card:has([data-irbf-page-key="savings-equity-offer"].is-active) {
  width: min(92vw, 1040px);
  margin-left: 50%;
  padding-top: 8px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  transform: translateX(-50%);
}

.irbf-card:has([data-irbf-page-key="own-home-offer"].is-active) .irbf-progress,
.irbf-card:has([data-irbf-page-key="low-purchase-offer"].is-active) .irbf-progress,
.irbf-card:has([data-irbf-page-key="no-show-offer"].is-active) .irbf-progress,
.irbf-card:has([data-irbf-page-key="savings-equity-offer"].is-active) .irbf-progress {
  display: none;
}

.irbf-progress {
  margin: 0 0 28px;
}

.irbf-progress-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef5;
}

.irbf-progress-bar {
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff9700 0%, #ffb23d 100%);
  transition: width 180ms ease;
}

.irbf-progress-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 11px;
  color: #7b8794;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.irbf-progress-step {
  min-width: 0;
  overflow-wrap: anywhere;
}

.irbf-progress-step:nth-child(2) {
  text-align: center;
}

.irbf-progress-step:nth-child(3) {
  text-align: right;
}

.irbf-progress-step.is-active {
  color: #124c7b;
}

.irbf-progress-step.is-complete {
  color: #5d6b7d;
}

.irbf-progress--stepper {
  margin-bottom: 30px;
}

.irbf-progress--stepper .irbf-progress-track {
  display: none;
}

.irbf-progress--stepper .irbf-progress-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 0;
}

.irbf-progress--stepper .irbf-progress-steps::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 16.66%;
  right: 16.66%;
  height: 3px;
  border-radius: 999px;
  background: #e8eef5;
}

.irbf-progress--stepper .irbf-progress-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #7b8794;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.irbf-progress--stepper .irbf-progress-step:nth-child(2),
.irbf-progress--stepper .irbf-progress-step:nth-child(3) {
  text-align: center;
}

.irbf-progress-dot {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #e8eef5;
  border-radius: 999px;
  background: #ffffff;
  color: #8b98a8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.irbf-progress--stepper .irbf-progress-step.is-active {
  color: #124c7b;
}

.irbf-progress--stepper .irbf-progress-step.is-active .irbf-progress-dot {
  border-color: #ff9700;
  background: #ff9700;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(255, 151, 0, 0.22);
}

.irbf-progress--stepper .irbf-progress-step.is-complete {
  color: #5d6b7d;
}

.irbf-progress--stepper .irbf-progress-step.is-complete .irbf-progress-dot {
  border-color: #ffb23d;
  background: #fff4df;
  color: #c56f00;
}

.irbf-logo {
  display: block;
  margin: 0 auto 18px;
  text-align: center;
}

.irbf-logo img {
  display: inline-block;
  width: 160px;
  max-width: 70vw;
  height: auto;
}

.irbf-alert {
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid #ffd293;
  border-radius: 8px;
  background: #fff6e8;
  color: #5f3500;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.irbf-step {
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.irbf-step.is-active {
  display: block;
  animation: irbf-step-enter 220ms ease-out both;
}

.irbf-page-ref {
  /* Internal page helper labels are kept in markup for easy restore. */
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 5px 10px;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

@keyframes irbf-step-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.irbf-intro-copy {
  max-width: 600px;
  margin: 0 auto 28px;
  padding: 0;
  color: #0f172a;
  font-size: clamp(22px, 2.45vw, 27px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
}

.irbf-mobile-header {
  max-width: 620px;
  margin: 0 auto 28px;
  text-align: center;
}

.irbf-mobile-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(24px, 2.9vw, 30px);
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.32;
}

.irbf-mobile-header p {
  margin: 18px 0 0;
  color: #334155;
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
}

.irbf-question-header {
  max-width: 620px;
  margin: 0 auto 42px;
  text-align: center;
}

.irbf-question-header p {
  margin: 0;
  color: #64748b;
  font-size: clamp(18px, 2.25vw, 23px);
  font-weight: 750;
  line-height: 1.55;
}

.irbf-question-title {
  display: block;
  margin-bottom: 22px;
  color: #0f172a;
  font-size: clamp(24px, 2.8vw, 30px);
  font-weight: 750;
  line-height: 1.24;
}

.irbf-step-title {
  margin: 0 0 18px;
  padding: 0;
  color: #0f172a;
  font-size: 23px;
  font-weight: 750;
  line-height: 1.28;
}

.irbf-stack {
  display: grid;
  gap: 22px;
}

.irbf-intro-fields {
  gap: 16px;
}

.irbf-field {
  display: grid;
  gap: 8px;
  color: #172033;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.005em;
}

.irbf-field input,
.irbf-field select,
.irbf-field textarea {
  width: 100%;
  min-height: 58px;
  padding: 13px 16px;
  border: 1px solid #b9c5d4;
  border-radius: 8px;
  background: #eef5ff;
  color: #111827;
  font: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  outline: none;
  appearance: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.irbf-field select,
.irbf-field textarea {
  background: #ffffff;
  font-size: 17px;
}

.irbf-field textarea {
  min-height: 116px;
  resize: vertical;
}

.irbf-field input:focus,
.irbf-field select:focus,
.irbf-field textarea:focus {
  border-color: #ff9700;
  box-shadow: 0 0 0 4px rgba(255, 151, 0, 0.18);
}

.irbf-field input.has-error,
.irbf-field select.has-error,
.irbf-field textarea.has-error {
  border-color: #ff9700;
  background: #fff7ec;
}

.irbf-choice-grid {
  display: grid;
  gap: 12px;
}

.irbf-choice-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 48px 16px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  color: #172033;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.38;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.irbf-choice-card:hover {
  border-color: #ffb24a;
  background: #fffaf2;
}

.irbf-choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.irbf-choice-card span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.irbf-choice-card:has(input:checked) {
  border-color: #ff9700;
  background: #fff7ea;
  box-shadow: 0 10px 24px rgba(255, 151, 0, 0.14);
}

.irbf-choice-card:has(input:checked) span::after {
  border-color: #ff9700;
  background: #ff9700;
  box-shadow: inset 0 0 0 4px #ffffff;
}

.irbf-choice-card:focus-within {
  border-color: #ff9700;
  box-shadow: 0 0 0 4px rgba(255, 151, 0, 0.18);
}

.irbf-choice-card.has-error {
  border-color: #ff9700;
  background: #fff7ec;
}

.irbf-confirmation {
  display: grid;
  gap: 18px;
  color: #172033;
  font-size: 15px;
  line-height: 1.6;
}

.irbf-confirmation[hidden] {
  display: none;
}

.irbf-confirmation p {
  margin: 0;
}

.irbf-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.irbf-summary div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
  background: #ffffff;
}

.irbf-summary dt {
  margin: 0 0 4px;
  color: #124c7b;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.irbf-summary dd {
  margin: 0;
  overflow-wrap: anywhere;
  color: #111827;
  font-size: 17px;
  font-weight: 400;
}

.irbf-summary-editable {
  background: #fbfdff;
}

.irbf-summary-editable dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.irbf-summary-edit-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #64748b;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: none;
  text-underline-offset: 3px;
}

.irbf-summary-edit-button:hover,
.irbf-summary-edit-button:focus {
  color: #124c7b;
}

.irbf-summary-status {
  color: #15803d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.irbf-summary-value {
  display: block;
  min-height: 24px;
}

.irbf-summary-value[hidden] {
  display: none;
}

.irbf-summary-editable input {
  width: 100%;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid #d6e0eb;
  border-radius: 7px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.irbf-summary-save-button {
  margin-top: 10px;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  background: #ff9700;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.irbf-summary-save-button:hover,
.irbf-summary-save-button:focus {
  background: #eb8700;
  box-shadow: 0 8px 18px rgba(255, 151, 0, 0.18);
}

.irbf-summary-save-button:active {
  transform: translateY(1px);
}

.irbf-summary-editable input[hidden] {
  display: none;
}

.irbf-summary-save-button[hidden],
.irbf-summary-status[hidden] {
  display: none;
}

.irbf-summary-editable input:focus {
  border-color: #ff9700;
  box-shadow: 0 0 0 4px rgba(255, 151, 0, 0.16);
}

.irbf-summary-editable input.has-error {
  border-color: #ff9700;
  background: #fff7ec;
}

.irbf-calendly {
  display: grid;
  gap: 10px;
  color: #172033;
  text-align: center;
}

.irbf-calendly[hidden] {
  display: none;
}

.irbf-calendly h2 {
  display: none;
}

.irbf-calendly p {
  display: none;
}

.irbf-calendly-widget {
  width: 100%;
  min-height: 780px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #ffffff;
}

.irbf-calendly-widget iframe {
  width: 100% !important;
}

.irbf-calendly .irbf-calendly-fallback {
  display: block;
  color: #7b8794;
  font-size: 14px;
}

.irbf-calendly a {
  color: #124c7b;
  font-weight: 800;
}

.irbf-calendly-error {
  padding: 24px;
  color: #172033;
  font-size: 16px;
  font-weight: 700;
}

.irbf-offer-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: #111827;
  font-size: 17px;
  line-height: 1.78;
}

.irbf-offer-content p {
  margin: 0 0 14px;
}

.irbf-offer-content strong {
  font-weight: 800;
}

.irbf-offer-content ol {
  margin: 10px 0 20px 24px;
  padding: 0;
}

.irbf-offer-content li {
  margin: 8px 0;
  padding-left: 2px;
}

.irbf-offer-button {
  display: block;
  margin: 42px auto 18px;
  padding: 19px 24px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffac1c 0%, #ff9700 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 151, 0, 0.24);
  font-size: clamp(21px, 3vw, 30px);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.irbf-offer-button:hover {
  background: linear-gradient(180deg, #ffb638 0%, #f28f00 100%);
  color: #ffffff;
}

.irbf-offer-note {
  color: #64748b;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.irbf-offer-decline {
  display: table;
  margin: 30px auto 0;
  color: #9ca3af;
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.irbf-offer-decline:hover {
  color: #64748b;
}

.irbf-congrats {
  max-width: 740px;
  margin: 0 auto;
  color: #0f172a;
  text-align: center;
}

.irbf-congrats p {
  margin: 0 auto 34px;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 450;
  line-height: 1.5;
}

.irbf-congrats p:last-child {
  margin-bottom: 0;
}

.irbf-congrats strong {
  font-weight: 800;
}

.irbf-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.irbf-step[data-irbf-step="0"] .irbf-actions {
  margin-top: 26px;
}

.irbf-button {
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
  transition: background 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.irbf-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.irbf-button-primary {
  background: linear-gradient(180deg, #ffac1c 0%, #ff9700 100%);
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 0 12px 24px rgba(255, 151, 0, 0.24);
}

.irbf-button-primary:hover {
  background: linear-gradient(180deg, #ffb638 0%, #f28f00 100%);
}

.irbf-button-secondary {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #124c7b;
  font-size: 17px;
  text-shadow: none;
}

.irbf-button-secondary:hover {
  border-color: #ff9700;
}

.irbf-step[data-irbf-step="0"] + .irbf-actions,
.irbf-actions .irbf-button-primary {
  flex: 1;
}

.irbf-actions .irbf-button-secondary[hidden] + .irbf-button-primary {
  width: 100%;
}

.irbf-footer {
  display: block;
  margin-top: 18px;
  color: #738193;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .irbf-shell {
    padding: 14px 12px 28px;
  }

  .irbf-card {
    padding: 24px 18px;
  }

  .irbf-card.is-calendly-active {
    width: 100%;
    padding: 0;
  }

  .irbf-shell.is-calendly-active {
    padding: 12px 0 20px;
  }

  .irbf-shell.is-calendly-active .irbf-logo {
    margin-bottom: 10px;
  }

  .irbf-shell.is-calendly-active .irbf-logo img {
    width: 132px;
    max-width: 62vw;
  }

  .irbf-card:has([data-irbf-page-key="own-home-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="low-purchase-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="no-show-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="savings-equity-offer"].is-active) {
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .irbf-progress {
    margin-bottom: 24px;
  }

  .irbf-progress-steps {
    font-size: 12px;
    gap: 8px;
  }

  .irbf-progress--stepper .irbf-progress-step {
    font-size: 11px;
  }

  .irbf-progress-dot {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .irbf-progress--stepper .irbf-progress-steps::before {
    top: 13px;
  }

  .irbf-logo {
    margin-bottom: 16px;
  }

  .irbf-logo img {
    width: 145px;
  }

  .irbf-intro-copy {
    font-size: 22px;
    line-height: 1.38;
  }

  .irbf-mobile-header h2 {
    font-size: 24px;
  }

  .irbf-mobile-header p {
    font-size: 14px;
  }

  .irbf-question-header {
    margin-bottom: 32px;
  }

  .irbf-question-header p {
    font-size: 19px;
  }

  .irbf-question-title {
    font-size: 24px;
  }

  .irbf-summary {
    grid-template-columns: 1fr;
  }

  .irbf-calendly h2 {
    font-size: 24px;
  }

  .irbf-calendly p {
    font-size: 15px;
  }

  .irbf-calendly-widget {
    width: 100vw;
    min-height: 760px;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .irbf-actions {
    flex-direction: column-reverse;
  }

  .irbf-button {
    width: 100%;
    font-size: 20px;
  }

  .irbf-offer-content {
    font-size: 16px;
    line-height: 1.7;
  }

  .irbf-offer-button {
    margin-top: 32px;
    font-size: 22px;
  }

  .irbf-congrats p {
    margin-bottom: 26px;
    font-size: 22px;
  }

}

@media (max-width: 480px) {
  .irbf-shell {
    padding: 10px 10px 24px;
  }

  .irbf-card {
    padding: 20px 14px;
    box-shadow: 0 12px 32px rgba(15, 74, 120, 0.08);
  }

  .irbf-card:has([data-irbf-page-key="own-home-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="low-purchase-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="no-show-offer"].is-active),
  .irbf-card:has([data-irbf-page-key="savings-equity-offer"].is-active) {
    padding-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    box-shadow: none;
  }

  .irbf-progress-track {
    height: 7px;
  }

  .irbf-progress-steps {
    font-size: 11px;
  }

  .irbf-logo img {
    width: 130px;
    max-width: 78vw;
  }

  .irbf-intro-copy {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .irbf-mobile-header {
    margin-bottom: 22px;
  }

  .irbf-mobile-header h2 {
    font-size: 22px;
  }

  .irbf-mobile-header p {
    margin-top: 14px;
    font-size: 14px;
  }

  .irbf-question-header {
    margin-bottom: 26px;
  }

  .irbf-question-header p {
    font-size: 17px;
    line-height: 1.45;
  }

  .irbf-question-title {
    margin-bottom: 18px;
    font-size: 22px;
  }

  .irbf-step-title {
    font-size: 20px;
  }

  .irbf-stack {
    gap: 16px;
  }

  .irbf-field {
    font-size: 14px;
  }

  .irbf-field input,
  .irbf-field select,
  .irbf-field textarea {
    min-height: 54px;
    padding: 12px 13px;
    font-size: 16px;
  }

  .irbf-choice-card {
    min-height: 58px;
    padding: 14px 44px 14px 14px;
    font-size: 15px;
  }

  .irbf-offer-content {
    font-size: 15px;
    line-height: 1.65;
  }

  .irbf-offer-content ol {
    margin-left: 20px;
  }

  .irbf-offer-button {
    padding: 16px 14px;
    font-size: 19px;
  }

  .irbf-offer-decline {
    font-size: 14px;
  }

  .irbf-congrats p {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 1.45;
  }

  .irbf-actions {
    gap: 10px;
    margin-top: 20px;
  }

  .irbf-button {
    min-height: 54px;
    padding: 0 18px;
    font-size: 18px;
  }

  .irbf-button-secondary {
    font-size: 15px;
  }

  .irbf-footer {
    margin-top: 14px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .irbf-step.is-active {
    animation: none;
  }

  .irbf-progress-bar,
  .irbf-field input,
  .irbf-field select,
  .irbf-field textarea,
  .irbf-button {
    transition: none;
  }
}
