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

.beluforms {
  position: relative;
  overflow-x: clip;
  padding: 20px;
  color: var(--text);
  font-family: inherit;
  --bf-field-fs: 15px;
}

@media (pointer: coarse), (max-width: 767.98px) {
  .beluforms {
    --bf-field-fs: 16px;
  }
}

.bf-wrap {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
}

[data-mode="light"] {
  --surface: #fff;
  --text: #2c2a36;
  --heading: #231f31;
  --label: #6b6878;
  --muted: #6f6b7e;
  --field-bg: #f6f6f9;
  --field-border: #e6e5ed;
  --field-text: #2c2a36;
  --placeholder: #9a96ab;
  --error: #d23a68;
  --error-bg: #fdf2f6;
  --error-border: #e07aa0;
  --track: #eeedf3;
  --chip-bg: #fff;
  --chip-border: #e6e5ed;
  --chip-text: #3a3850;
  --back-bg: #f2f1f6;
  --back-text: #564f6a;
  --back-hover: #e8e6f0;
  --option-hover: #f4f3fb;
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  --accent-soft-fallback: #eaf0fe;
  --accent-strong-fallback: #2257d6;
  --ring-fallback: rgba(47, 109, 246, 0.2);
  --warn: #8a5a00;
  --warn-text: #5c4200;
  --warn-on: #ffffff;
}

[data-mode="dark"] {
  --surface: #1a1925;
  --text: #e6e4f0;
  --heading: #f4f3fb;
  --label: #9b97b3;
  --muted: #6f6b87;
  --field-bg: #1c1b29;
  --field-border: #2e2c42;
  --field-text: #e6e4f0;
  --placeholder: #6b6786;
  --error: #ff7a9c;
  --error-bg: #261521;
  --error-border: #ff7a9c;
  --track: #221f33;
  --chip-bg: #1a1827;
  --chip-border: #2e2c42;
  --chip-text: #cfccdf;
  --back-bg: #211f30;
  --back-text: #b0acc6;
  --back-hover: #2a2740;
  --option-hover: #1f1c30;
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  --accent-soft-fallback: #1f1c33;
  --accent-strong-fallback: #7d6cf0;
  --ring-fallback: rgba(139, 123, 245, 0.24);
  --warn: #f0b429;
  --warn-text: #f5cf7a;
  --warn-on: #1a1925;
}

[data-mode="auto"] {
  --surface: #fff;
  --text: #2c2a36;
  --heading: #231f31;
  --label: #6b6878;
  --muted: #6f6b7e;
  --field-bg: #f6f6f9;
  --field-border: #e6e5ed;
  --field-text: #2c2a36;
  --placeholder: #9a96ab;
  --error: #d23a68;
  --error-bg: #fdf2f6;
  --error-border: #e07aa0;
  --track: #eeedf3;
  --chip-bg: #fff;
  --chip-border: #e6e5ed;
  --chip-text: #3a3850;
  --back-bg: #f2f1f6;
  --back-text: #564f6a;
  --back-hover: #e8e6f0;
  --option-hover: #f4f3fb;
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
  --accent-soft-fallback: #eaf0fe;
  --accent-strong-fallback: #2257d6;
  --ring-fallback: rgba(47, 109, 246, 0.2);
  --warn: #8a5a00;
  --warn-text: #5c4200;
  --warn-on: #ffffff;
}

@media (prefers-color-scheme: dark) {
  [data-mode="auto"] {
    --surface: #1a1925;
    --text: #e6e4f0;
    --heading: #f4f3fb;
    --label: #9b97b3;
    --muted: #6f6b87;
    --field-bg: #1c1b29;
    --field-border: #2e2c42;
    --field-text: #e6e4f0;
    --placeholder: #6b6786;
    --error: #ff7a9c;
    --error-bg: #261521;
    --error-border: #ff7a9c;
    --track: #221f33;
    --chip-bg: #1a1827;
    --chip-border: #2e2c42;
    --chip-text: #cfccdf;
    --back-bg: #211f30;
    --back-text: #b0acc6;
    --back-hover: #2a2740;
    --option-hover: #1f1c30;
    --shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    --accent-soft-fallback: #1f1c33;
    --accent-strong-fallback: #7d6cf0;
    --ring-fallback: rgba(139, 123, 245, 0.24);
    --warn: #f0b429;
    --warn-text: #f5cf7a;
    --warn-on: #1a1925;
  }
}

[data-shape="square"] {
  --radius: 4px;
  --radius-sm: 4px;
  --radius-box: 4px;
}

[data-shape="rounded"] {
  --radius: 14px;
  --radius-sm: 9px;
  --radius-box: 14px;
}

[data-shape="pill"] {
  --radius: 999px;
  --radius-sm: 999px;
  --radius-box: 18px;
}

.bf-confetti {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.beluforms {
  --bf-confetti-1: var(--accent);
  --bf-confetti-2: var(--accent-strong);
  --bf-confetti-3: var(--heading);
  --bf-confetti-4: var(--chip-border);
  --bf-confetti-5: var(--accent);
  --accent-strong: var(--accent-strong-fallback);
  --accent-strong: color-mix(in srgb, var(--accent) 85%, black);
  --accent-soft: var(--accent-soft-fallback);
  --accent-soft: color-mix(in srgb, var(--accent) 12%, white);
  --ring: var(--ring-fallback);
  --ring: color-mix(in srgb, var(--accent) 22%, transparent);
}

@media (prefers-color-scheme: dark) {
  [data-mode="auto"] {
    --accent-soft: var(--accent-soft-fallback);
    --accent-soft: color-mix(in srgb, var(--accent) 18%, black);
  }
}

[data-mode="dark"] {
  --accent-soft: var(--accent-soft-fallback);
  --accent-soft: color-mix(in srgb, var(--accent) 18%, black);
  --accent-strong: var(--accent-strong-fallback);
  --accent-strong: color-mix(in srgb, var(--accent) 80%, white);
}

.bf-head {
  margin-bottom: 13px;
  text-align: center;
}

.bf-head .bf-title {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: clamp(22px, 5vw, 29px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--heading);
  font-family: inherit;
}

.bf-step {
  margin: 0 0 9px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
  font-family: inherit;
}

.bf-track {
  height: 6px;
  border-radius: 999px;
  background: var(--track);
  overflow: hidden;
}

.bf-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--accent);
  transition: width 0.35s ease;
}

.bf-screen {
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: bfFade 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.bf-screen[hidden] {
  display: none;
}

.bf-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.bf-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bf-label {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--label);
  font-family: inherit;
}

.bf-opt-note {
  font-weight: 500;
  color: var(--muted);
}

.bf-err {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--error);
  font-family: inherit;
  animation: bfPop 0.18s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.bf-err[hidden] {
  display: none;
}

.bf-input {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  font-size: var(--bf-field-fs);
  line-height: 1.4;
  font-family: inherit;
  font-weight: 500;
  color: var(--field-text);
  background: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius);
  appearance: none;
}

textarea.bf-input {
  min-height: 112px;
  height: auto;
  resize: vertical;
  line-height: 1.5;
  border-radius: var(--radius-box);
}

.bf-input::placeholder {
  color: var(--placeholder);
}

.bf-input:focus-visible {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 55%);
}

.bf-input.has-error {
  border-color: var(--error-border);
  background: var(--error-bg);
}

.bf-dd {
  position: relative;
}

.bf-dd-toggle {
  width: 100%;
  min-height: 44px;
  padding: 11px 13px;
  font-size: var(--bf-field-fs);
  line-height: 1.4;
  font-family: inherit;
  font-weight: 500;
  color: var(--field-text);
  background: var(--field-bg);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  text-align: left;
}

.bf-dd-toggle.has-error {
  border-color: var(--error-border);
  background: var(--error-bg);
}

.bf-dd-toggle:focus-visible {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 55%);
}

.bf-dd-label {
  color: var(--field-text);
}

.bf-dd-label.is-placeholder {
  color: var(--muted);
}

.bf-chev {
  display: flex;
  color: var(--muted);
  transition: transform 0.18s ease;
  flex-shrink: 0;
}

.bf-dd.open .bf-chev {
  transform: rotate(180deg);
}

.bf-dd-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  background: var(--surface);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-box);
  box-shadow: var(--shadow);
  padding: 6px;
  max-height: min(60vh, 320px);
  overflow-y: auto;
  overscroll-behavior: contain;
  animation: bfPop 0.14s ease both;
}

.bf-dd:not(.open) .bf-dd-panel {
  display: none;
}

.bf-opt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 44px;
  padding: 9px 12px;
  border: none;
  background: transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--field-text);
  text-align: left;
}

.bf-opt:hover {
  background: var(--option-hover);
}

.bf-opt[aria-selected="true"] {
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
}

.bf-opt .bf-check {
  color: var(--accent);
  font-weight: 700;
}

.bf-opt:not([aria-selected="true"]) .bf-check {
  display: none;
}

.bf-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.bf-legend {
  padding: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--label);
  font-family: inherit;
}

.bf-seg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bf-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 10px;
  border: 1.5px solid var(--chip-border);
  background: var(--chip-bg);
  color: var(--chip-text);
  cursor: pointer;
  border-radius: var(--radius);
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
}

.bf-pill svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.bf-pill[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}

.bf-field-cards {
  gap: 7px;
}

.bf-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.bf-card {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 56px;
  padding: 12px 14px;
  text-align: left;
  border: 1.5px solid var(--chip-border);
  background: var(--chip-bg);
  color: var(--chip-text);
  border-radius: var(--radius-box);
  cursor: pointer;
  font-family: inherit;
}

.bf-card-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1.5px solid var(--chip-border);
  border-radius: var(--radius);
  background: var(--field-bg);
}

.bf-card-ico svg {
  width: 22px;
  height: 22px;
}

.bf-card-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bf-card-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.bf-card-desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--muted);
}

.bf-multi-note {
  font-weight: 500;
  color: var(--muted);
}

.bf-cards[data-multiple="1"] .bf-card {
  position: relative;
  padding-right: 44px;
}

.bf-cards[data-multiple="1"] .bf-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  border: 2px solid var(--label);
  border-radius: 6px;
  background: #fff;
}

.bf-cards[data-multiple="1"] .bf-card[aria-pressed="true"]::after {
  border-color: #fff;
  background: #fff;
}

.bf-cards[data-multiple="1"] .bf-card[aria-pressed="true"]::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 11px;
  margin-top: -7px;
  border-right: 2.5px solid var(--accent);
  border-bottom: 2.5px solid var(--accent);
  border-radius: 1px;
  transform: rotate(42deg);
  z-index: 1;
}

.bf-card[aria-checked="true"],
.bf-card[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}

.bf-card[aria-checked="true"] .bf-card-desc,
.bf-card[aria-pressed="true"] .bf-card-desc {
  color: var(--on-accent);
}

.bf-card[aria-checked="true"] .bf-card-ico,
.bf-card[aria-pressed="true"] .bf-card-ico {
  border-color: var(--on-accent);
  background: none;
}

.bf-group {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.bf-days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.bf-day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 56px;
  padding: 6px 2px;
  border: 1.5px solid var(--chip-border);
  background: var(--chip-bg);
  color: var(--chip-text);
  cursor: pointer;
  border-radius: var(--radius);
  font-family: inherit;
}

.bf-day .d-wd {
  font-size: 12px;
  font-weight: 600;
  opacity: 0.75;
}

.bf-day .d-dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

@media (min-width: 480px) {
  .bf-day .d-dt {
    font-size: 17px;
  }
}

.bf-day[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}

.bf-times {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  justify-content: start;
  gap: 7px;
}

.bf-time {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 0 1 84px;
  min-width: 72px;
  min-height: 44px;
  padding: 0 6px;
  border: 1.5px solid var(--chip-border);
  background: var(--chip-bg);
  color: var(--chip-text);
  cursor: pointer;
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 600;
}

.bf-time[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--on-accent);
}

.bf-time:disabled {
  border: 1.5px dashed var(--field-border);
  background: transparent;
  color: var(--muted);
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: 0.55;
}

.bf-summary {
  margin: 0;
  padding: 11px 14px;
  background: var(--accent-soft);
  border-radius: var(--radius-box);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--accent);
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: inherit;
}

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

.bf-field-info {
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--field-border);
  border-radius: var(--radius-sm);
  background: var(--field-bg);
}

.bf-info-ico {
  flex: none;
  display: block;
  color: var(--accent);
}

.bf-info-ico .bf-ico {
  width: 18px;
  height: 18px;
}

.bf-field-ico {
  display: inline-flex;
  vertical-align: middle;
  color: var(--muted);
  margin-right: 4px;
}

.bf-field-ico .bf-ico {
  width: 14px;
  height: 14px;
}

.bf-info-text {
  margin: 0;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--muted);
  font-family: inherit;
}

.bf-note {
  margin: 2px 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--muted);
  text-align: center;
  font-family: inherit;
}

.bf-note + .bf-btn,
.bf-note + .bf-actions {
  margin-top: -10px;
}

.bf-note a,
.beluforms a {
  color: var(--accent);
}

.bf-more {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  background: transparent;
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-sm);
  color: var(--label);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}

.bf-more:hover {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 30%);
  color: var(--text);
}

.bf-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 2px;
}

.bf-row > .bf-field {
  align-content: start;
}

.beluforms [hidden] {
  display: none;
}

.beluforms .bf-head[hidden] {
  display: none !important;
}

.bf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  min-height: 50px;
  min-width: 44px;
  padding: 0 24px;
  border: 1.5px solid transparent;
  border-radius: var(--radius);
  font-family: inherit;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
}

.bf-btn-primary {
  background: var(--accent);
  color: var(--on-accent);
}

.bf-btn-primary.full {
  flex: 1;
}

.bf-btn-secondary {
  padding: 0 18px;
  background: var(--back-bg);
  color: var(--back-text);
  font-size: 14.5px;
}

.bf-btn-secondary:hover {
  background: var(--back-hover);
}

.bf-btn-block {
  width: 100%;
  margin-top: 4px;
}

.bf-btn-block[data-submit] {
  width: auto;
  align-self: center;
  padding: 14px 32px;
}

.bf-done {
  text-align: center;
  padding: 18px 0;
  animation: bfFade 0.45s ease both;
  font-family: inherit;
}

.bf-done[hidden] {
  display: none;
}

.bf-done .bf-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bf-done .bf-mark svg {
  width: 30px;
  height: 30px;
  stroke: var(--on-accent);
}

.bf-done h2 {
  margin: 0 0 9px;
  font-weight: 700;
  font-size: clamp(22px, 5vw, 28px);
  color: var(--heading);
  font-family: inherit;
}

.bf-done .bf-done-text {
  margin: 0 auto 4px;
  max-width: 330px;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--muted);
}

.bf-done .bf-done-slot {
  margin: 0 auto;
  max-width: 330px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--accent);
}

.bf-done .bf-btn {
  margin-top: 22px;
  min-height: 46px;
}

.bf-done.is-warn .bf-mark {
  background: var(--warn);
}

.bf-done.is-warn .bf-mark svg {
  stroke: var(--warn-on);
}

.bf-done.is-warn .bf-done-text {
  max-width: 420px;
  color: var(--warn-text);
  font-weight: 600;
}

.bf-done.is-warn .bf-done-slot {
  color: var(--warn-text);
}

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

.bf-field-check {
  gap: 4px;
}

.bf-check-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.5;
  font-family: inherit;
}

.beluforms input.bf-checkbox {
  flex: 0 0 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 1px;
  padding: 0px;
  line-height: 1;
  appearance: none;
  border: 1.5px solid var(--field-border);
  border-radius: 4px;
  background: var(--field-bg);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beluforms input.bf-checkbox:checked {
  background: var(--accent);
  border-color: var(--accent);
}

.beluforms input.bf-checkbox.has-error {
  border-color: var(--error-border);
  background: var(--error-bg);
}

.bf-field-file {
  gap: 8px;
}

.bf-field-file > .bf-label {
  cursor: pointer;
}

.bf-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: clamp(18px, 4vw, 26px) 16px;
  text-align: center;
  border: 1.5px dashed var(--field-border);
  border-radius: var(--radius-box);
  background: var(--field-bg);
  cursor: pointer;
  min-height: 44px;
}

.bf-upload.dragover {
  border-color: color-mix(in srgb, var(--field-border), var(--accent) 55%);
  background: color-mix(in srgb, var(--field-bg), var(--accent) 6%);
}

.bf-upload:focus-visible {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 55%);
}

.bf-upload.has-error {
  border-color: var(--error-border);
  background: var(--error-bg);
}

.bf-upload-icon {
  width: 26px;
  height: 26px;
  color: var(--muted);
}

.bf-upload-text,
.bf-upload-filename {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text);
  font-family: inherit;
  word-break: break-word;
}

.bf-upload-filename[hidden] {
  display: none;
}

.bf-upload.has-file .bf-upload-filename {
  color: var(--accent);
  font-weight: 600;
}

.bf-upload-input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: 16px;
}

.bf-upload-hint {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  font-family: inherit;
}

.beluforms input.bf-checkbox:checked::after {
  content: "";
  display: block;
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  border: 0px;
  background-color: var(--on-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px 13px no-repeat;
}

.bf-checkbox:focus-visible {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 55%);
}

.bf-check-label a {
  color: var(--accent);
}

.beluforms .bf-btn:focus-visible,
.beluforms .bf-card:focus-visible,
.beluforms .bf-pill:focus-visible,
.beluforms .bf-day:focus-visible,
.beluforms .bf-time:focus-visible,
.beluforms .bf-more:focus-visible,
.beluforms .bf-checkbox:focus-visible {
  border-color: color-mix(in srgb, var(--field-border), var(--text) 55%);
}

.beluforms a:focus-visible {
  outline: 1px solid color-mix(in srgb, var(--field-border), var(--text) 55%);
  outline-offset: 2px;
}

.bf-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.bf-formmsg {
  margin: 0 0 2px;
  padding: 10px 13px;
  border: 1.5px solid var(--error-border);
  border-radius: var(--radius-box);
  background: var(--error-bg);
  color: var(--error);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
  font-family: inherit;
}

.bf-formmsg[hidden] {
  display: none;
}

.bf-upload-file {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
}

.bf-upload:not(.has-file) .bf-upload-file {
  display: none;
}

.bf-upload-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--label);
  cursor: pointer;
  border-radius: var(--radius-sm);
}

.bf-upload-remove svg {
  width: 18px;
  height: 18px;
}

.bf-upload-remove:hover {
  color: var(--error);
}

.bf-upload-remove[hidden] {
  display: none;
}

.bf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bf-slots-note {
  margin: 0;
  padding: 11px 13px;
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-box);
  background: var(--field-bg);
  color: var(--text);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  font-family: inherit;
}

.bf-slots-note[hidden] {
  display: none;
}

.bf-noscript {
  margin: 0 0 12px;
  padding: 11px 13px;
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-box);
  background: var(--field-bg);
  color: var(--text);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.45;
  font-family: inherit;
  text-align: center;
}

.bf-screen:focus:not(:focus-visible),
.bf-done:focus:not(:focus-visible),
.bf-done h2:focus:not(:focus-visible) {
  outline: none;
}

@keyframes bfFade {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes bfPop {
  0% { opacity: 0; transform: translateY(-4px) scale(0.98); }
  100% { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .beluforms *,
  .beluforms *::before,
  .beluforms *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
    scroll-behavior: auto;
  }
}

@media (min-width: 480px) {
  .bf-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .bf-wrap {
    max-width: 480px;
  }
}

@media (min-width: 1024px) {
  .bf-wrap {
    max-width: 500px;
  }
}

@media (min-width: 1280px) {
  .bf-wrap {
    max-width: 520px;
  }
}

@media (min-width: 1920px) {
  .bf-wrap {
    max-width: 540px;
  }
}

.beluforms[data-bf-screens="1"] .bf-step,
.beluforms[data-bf-screens="1"] .bf-track {
  display: none;
}

.beluforms[data-bf-screens="1"] .bf-head-notitle {
  margin-bottom: 0;
}

.beluforms[data-bf-screens="1"]:has(.bf-field):not(:has(.bf-field ~ .bf-field)) {
  container-type: inline-size;
}

.beluforms[data-bf-screens="1"] .bf-screen:has(.bf-field):not(:has(.bf-field ~ .bf-field)) .bf-btn-block[data-submit] {
  width: 100%;
  align-self: stretch;
  padding: 0 24px;
}

@container (min-width: 440px) {
  .beluforms[data-bf-screens="1"] .bf-screen:has(.bf-field):not(:has(.bf-field ~ .bf-field)) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px;
  }

  .beluforms[data-bf-screens="1"] .bf-screen:has(.bf-field):not(:has(.bf-field ~ .bf-field)) > .bf-field {
    flex: 1 1 220px;
    min-width: 0;
  }

  .beluforms[data-bf-screens="1"] .bf-screen:has(.bf-field):not(:has(.bf-field ~ .bf-field)) .bf-btn-block[data-submit] {
    width: auto;
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0 26px;
  }
}

.beluforms[data-bf-progress="segments"] .bf-track {
  display: flex;
  gap: 5px;
  height: 6px;
  background: none;
  overflow: visible;
}

.beluforms[data-bf-progress="segments"] .bf-bar {
  display: none;
}

.bf-seg-mark {
  display: block;
  flex: 1 1 0;
  height: 6px;
  border-radius: 999px;
  background: var(--track);
}

.bf-seg-mark.is-on {
  background: var(--accent);
}

.beluforms[data-bf-progress="none"] .bf-step,
.beluforms[data-bf-progress="none"] .bf-track {
  display: none;
}

[data-bf-layout="rail"] {
  --rail-bg: #141a23;
  --rail-text: #ffffff;
  --rail-key: #a8b3c4;
  --rail-muted: #9aa6b8;
  --rail-line: #2a3240;
  --rail-tile: #2a3240;
  --rail-tile-border: #68738a;
}

[data-bf-layout="rail"] .bf-wrap {
  max-width: none;
}

[data-bf-layout="rail"] .bf-shell {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
  background: var(--surface);
  border: 1.5px solid var(--field-border);
  border-radius: var(--radius-box);
  overflow: hidden;
}

[data-bf-layout="rail"] .bf-main {
  order: 2;
  min-width: 0;
  padding: 16px 14px calc(76px + env(safe-area-inset-bottom, 0px));
}

[data-bf-layout="rail"] .bf-rail {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 14px;
  background: var(--rail-bg);
  color: var(--rail-text);
}

[data-bf-layout="rail"] .bf-screen,
[data-bf-layout="rail"] .bf-done {
  animation: none;
}

[data-bf-layout="rail"] .bf-bar,
[data-bf-layout="rail"] .bf-chev {
  transition: none;
}

[data-bf-layout="rail"] .bf-rail-block {
  min-width: 0;
}

[data-bf-layout="rail"] .bf-rail-head {
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rail-key);
  font-family: inherit;
}

[data-bf-layout="rail"] .bf-rail-sum {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}

[data-bf-layout="rail"] .bf-rail-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

[data-bf-layout="rail"] .bf-rail-item[hidden] {
  display: none;
}

[data-bf-layout="rail"] .bf-rail-k {
  flex: 0 0 auto;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--rail-key);
  font-family: inherit;
}

[data-bf-layout="rail"] .bf-rail-v {
  min-width: 0;
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--rail-text);
  overflow-wrap: anywhere;
  font-family: inherit;
}

[data-bf-layout="rail"] .bf-rail-empty {
  margin: 0;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--rail-muted);
  font-family: inherit;
}

[data-bf-layout="rail"] .bf-rail-empty[hidden] {
  display: none;
}

[data-bf-layout="rail"] .bf-rail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-bf-layout="rail"] .bf-rail-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}

[data-bf-layout="rail"] .bf-rail-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 44px;
  min-height: 44px;
  padding: 4px;
  border-radius: var(--radius-sm);
  color: var(--rail-text);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  font-family: inherit;
}

[data-bf-layout="rail"] a.bf-rail-link:hover,
[data-bf-layout="rail"] a.bf-rail-link:focus,
[data-bf-layout="rail"] a.bf-rail-link:focus-visible {
  color: var(--rail-text);
  text-decoration: none;
}

[data-bf-layout="rail"] a.bf-rail-link:hover .bf-rail-ico {
  background: var(--rail-tile-border);
}

[data-bf-layout="rail"] a.bf-rail-link:focus-visible {
  outline: 1px solid var(--rail-text);
  outline-offset: 2px;
}

[data-bf-layout="rail"] .bf-rail-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--rail-tile-border);
  border-radius: var(--radius-sm);
  background: var(--rail-tile);
  color: var(--rail-text);
}

[data-bf-layout="rail"] .bf-rail-ico svg {
  width: 20px;
  height: 20px;
}

[data-bf-layout="rail"] .bf-rail-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-bf-layout="rail"] .bf-screen > .bf-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  gap: 8px;
  margin: 0;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  background: var(--surface);
  border-top: 1.5px solid var(--field-border);
}

@media (min-width: 480px) {
  [data-bf-layout="rail"] .bf-main {
    padding: 20px 18px calc(80px + env(safe-area-inset-bottom, 0px));
  }

  [data-bf-layout="rail"] .bf-rail {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
    padding: 12px 18px;
  }

  [data-bf-layout="rail"] .bf-rail-sum {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 18px;
  }

  [data-bf-layout="rail"] .bf-rail-contact {
    margin-left: auto;
  }

  [data-bf-layout="rail"] .bf-rail-contact .bf-rail-head {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

}

@media (min-width: 768px) {
  [data-bf-layout="rail"] .bf-main {
    padding: 24px;
  }

  [data-bf-layout="rail"] .bf-screen > .bf-actions {
    position: static;
    gap: 10px;
    margin-top: 2px;
    padding: 0;
    background: none;
    border-top: none;
  }
}

@media (min-width: 1024px) {
  [data-bf-layout="rail"] .bf-shell {
    flex-direction: row;
    align-items: stretch;
  }

  [data-bf-layout="rail"] .bf-main {
    order: 1;
    flex: 1 1 auto;
    padding: 28px;
  }

  [data-bf-layout="rail"] .bf-rail {
    order: 2;
    flex: 0 0 250px;
    width: 250px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 20px;
    padding: 24px 20px;
  }

  [data-bf-layout="rail"] .bf-rail-sum {
    flex-direction: column;
    gap: 12px;
  }

  [data-bf-layout="rail"] .bf-rail-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  [data-bf-layout="rail"] .bf-rail-contact {
    margin: auto 0 0;
    padding-top: 16px;
    border-top: 1.5px solid var(--rail-line);
  }

  [data-bf-layout="rail"] .bf-rail-contact .bf-rail-head,
  [data-bf-layout="rail"] .bf-rail-txt {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
  }

  [data-bf-layout="rail"] .bf-rail-contact .bf-rail-head {
    margin-bottom: 8px;
  }

  [data-bf-layout="rail"] .bf-rail-links {
    flex-direction: column;
    gap: 4px;
  }

  [data-bf-layout="rail"] .bf-rail-link {
    padding: 4px 8px 4px 4px;
  }

  [data-bf-layout="rail"] .bf-rail-txt {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (min-width: 1280px) {
  [data-bf-layout="rail"] .bf-shell {
    max-width: 960px;
  }

  [data-bf-layout="rail"] .bf-main {
    padding: 32px;
  }

  [data-bf-layout="rail"] .bf-rail {
    flex: 0 0 280px;
    width: 280px;
    padding: 28px 22px;
  }
}

@media (min-width: 1920px) {
  [data-bf-layout="rail"] .bf-shell {
    max-width: 1040px;
  }

  [data-bf-layout="rail"] .bf-rail {
    flex: 0 0 300px;
    width: 300px;
  }
}

[data-bf-layout="rail"] .bf-screen > *:not(.bf-actions),
[data-bf-layout="rail"] .bf-done > * {
  animation: bfFade 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

@media (min-width: 768px) {
  [data-bf-layout="rail"] .bf-screen,
  [data-bf-layout="rail"] .bf-done {
    animation: bfFade 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
  }

  [data-bf-layout="rail"] .bf-screen > *:not(.bf-actions),
  [data-bf-layout="rail"] .bf-done > * {
    animation: none;
  }
}

@media (hover: hover) {
  .beluforms .bf-btn-primary:hover {
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.14);
  }

  .beluforms .bf-card:hover {
    box-shadow: inset 0 0 0 999px rgba(0, 0, 0, 0.05);
  }

  [data-bf-layout="rail"] a.bf-rail-link:hover {
    background: var(--rail-tile);
  }
}

@media (min-width: 768px) {
  .beluforms:not([data-bf-screens="0"]):not([data-bf-screens="1"]) .bf-screen {
    min-height: var(--bf-step-minh, 410px);
  }

  .beluforms:not([data-bf-screens="0"]):not([data-bf-screens="1"]) .bf-screen > .bf-actions {
    margin-top: auto;
  }
}

.bf-optin-note {
  position: fixed;
  left: 50%;
  top: var(--bf-note-top, 88px);
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(92vw, 720px);
  max-width: calc(100vw - 24px);
  transform: translateX(-50%);
  padding: 16px 18px;
  border: 1px solid #d6dee8;
  border-left: 4px solid #55627a;
  border-radius: 12px;
  background: #fff;
  color: #1a2740;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  animation: bfNoteIn 0.28s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.bf-optin-note.is-ok {
  border-left-color: #2f8f6b;
}

.bf-optin-note .bf-note-text {
  flex: 1 1 auto;
}

.bf-optin-note .bf-note-close {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: -10px -8px -10px 0;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: none;
  color: #55627a;
  cursor: pointer;
}

.bf-optin-note .bf-note-close svg {
  width: 18px;
  height: 18px;
}

.bf-optin-note[hidden] {
  display: none;
}

.bf-optin-note:focus-visible {
  outline: 1px solid #1a2740;
  outline-offset: 2px;
}

.bf-optin-note:focus:not(:focus-visible) {
  outline: none;
}

@keyframes bfNoteIn {
  from { opacity: 0; transform: translate(-50%, -12px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .bf-optin-note {
    animation: none;
  }
}

.beluforms .bf-screen[tabindex="-1"]:focus,
.beluforms .bf-done[tabindex="-1"]:focus {
  outline: none;
}
