/* remove unneeded */
#top-bar,
#site-header,
.page-header,
.site-footer,
#site-header-sticky-wrapper {
  display: none;
}

/* overwrite wordpress */
:root {
  --f-font-family: 'AlmoniNeue', AlmoniNeue;
  --f-color-primary: #062443;
  --f-color-secondary: #5AB26B;
  --f-color-text: var(--f-color-primary);

  --f-text-size: 16px;
  --f-content-max-width: 1200px;
  --f-hero-avatar-width: 459px;
  --f-hero-avatar-width-mobile: 220px;
}

/* AlmoniNeue בכל העמוד – דורס פונטים של OceanWP */
.page-template.page-template,
.page-template.page-template .f-wrapper,
.page-template.page-template .f-wrapper *:not(svg):not(path):not(use) {
  font-family: var(--f-font-family) !important;
}

.page-template.page-template input,
.page-template.page-template select,
.page-template.page-template textarea,
.page-template.page-template button {
  font-family: var(--f-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.theme-heading,
.widget-title,
.oceanwp-widget-recent-posts-title,
.comment-reply-title,
.entry-title,
.sidebar-box .widget-title {
  font-family: var(--f-font-family) !important;
}

html {
  font-size: var(--f-text-size);
}
.bth-landing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1420px;
  margin: 0 auto;
  padding: 22px 16px 0;
}

.bth-landing__logo-main {
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bth-landing__logo-main img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.bth-landing__logo-badge {
  height: 54px;
  display: flex;
  align-items: center;
}

.bth-landing__logo-badge img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 800px) {
  .bth-landing__header {
    padding-top: 16px;
  }

  .bth-landing__logo-main {
    height: 32px;
  }

  .bth-landing__logo-badge {
    height: 38px;
  }

  .bth-landing__logo-main img {
    max-width: 150px;
  }
}

/* שלב 2 – hero (כותרות + פס ירוק) */
.bth-landing__hero {
  text-align: center;
  max-width: 1420px;
  margin: 22px auto 0;
  padding: 0 16px;
  line-height: 1.12;
}

.bth-landing__hero-top,
.bth-landing__hero-bottom {
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 500;
  color: var(--f-color-primary);
}

.bth-landing__hero-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 36px);
  margin: 4px 0;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
}

.bth-landing__hero-bar {
  flex: 1;
  min-width: 0;
  height: 8px;
  border-radius: 4px;
  background: var(--f-color-secondary);
}

/* RTL: פינה מרובעת בצד קצה המסך, מעוגלת ליד הכותרת */
.bth-landing__hero-title-row .bth-landing__hero-bar:first-child {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}

.bth-landing__hero-title-row .bth-landing__hero-bar:last-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.bth-landing__hero-title {
  margin: 0;
  font-size: clamp(26px, 5vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--f-color-primary);
}

@media (max-width: 800px) {
  .bth-landing__hero {
    margin-top: 20px;
  }

  .bth-landing__hero-title-row {
    gap: 12px;
  }
}

/* שלב 3 – תמונה + טופס */
.bth-landing__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  max-width: 1420px;
  margin: 46px auto 0;
  padding: 0 16px;
}

.bth-landing__illustration {
  flex: 0 0 40%;
  max-width: 500px;
  min-width: 300px;
  aspect-ratio: 582 / 695;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.bth-landing__illustration img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
}

.bth-landing__form-card {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  overflow: visible;
  border: 1px solid var(--f-color-primary);
  border-radius: 10px;
  padding: clamp(20px, 2.4vw, 38px);
  padding-top: 38px;
  background: #fff;
}

.bth-landing__form-pencil {
  position: absolute;
  top: -26px;
  right: 16px;
  z-index: 2;
  background: #fff;
  padding: 7px 11px;
  border-radius: 6px;
  line-height: 0;
}

.bth-landing__form-pencil svg {
  display: block;
  width: 90px;
  height: auto;
}

.bth-landing__form-title {
  font-size: clamp(24px, 2.8vw, 32px);
  font-weight: 700;
  text-align: right;
  line-height: 1.1;
  color: var(--f-color-primary);
}

.bth-landing__form-subtitle {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 500;
  text-align: right;
  margin-top: 4px;
  line-height: 1.35;
  color: var(--f-color-primary);
}

.bth-landing__form-content {
  margin-top: 16px;
}

@media (max-width: 800px) {
  .bth-landing__main {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
    gap: 52px;
  }

  .bth-landing__illustration {
    flex: 0 0 auto;
    width: 100%;
    max-width: 270px;
    min-width: 0;
    margin: 0 auto;
  }

  .bth-landing__form-card {
    margin-top: 8px;
  }

  .bth-landing__form-pencil {
    top: -22px;
  }

  .bth-landing__form-pencil svg {
    width: 72px;
  }
}

/* שלב 4 – footer */
.bth-landing__footer {
  max-width: 1420px;
  margin: 32px auto 0;
  padding: 0 16px 36px;
}

.bth-landing__footer-badge {
  display: flex;
  justify-content: center;
}

.bth-landing__footer-badge img {
  width: 172px;
  height: auto;
  object-fit: cover;
  display: block;
}

.bth-landing__footer-info {
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--f-color-primary);
}

.bth-landing__footer-info p {
  margin: 0 0 8px;
}

.bth-landing__footer-info p:last-child {
  margin-bottom: 0;
}

.bth-landing__footer-info a {
  color: var(--f-color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 800px) {
  .bth-landing__footer {
    margin-top: 24px;
    padding-bottom: 28px;
  }

  .bth-landing__footer-badge img {
    width: 150px;
  }
}

/* שלב 5 – טופס (CF7 / native) */
.bth-landing__form-card .wpcf7-form,
.bth-landing__form-card .bth-native-form {
  direction: rtl;
}

/* CF7 autop: ה-JS של הטופס נכנס ל-<p> — מסתירים את התג, הסקרiptים עדיין רצים */
.bth-landing__form-card .wpcf7-form > p:has(script) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bth-landing__form-card .wpcf7-form > ul,
.bth-landing__form-card .bth-native-form > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bth-landing__form-card .wpcf7-form > ul > li,
.bth-landing__form-card .bth-native-form > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  list-style: none !important;
  list-style-type: none !important;
}

.bth-landing__form-card .wpcf7-form > ul > li::before,
.bth-landing__form-card .wpcf7-form > ul > li::after,
.bth-landing__form-card .wpcf7-form > ul > li::marker,
.bth-landing__form-card .bth-native-form > ul > li::before,
.bth-landing__form-card .bth-native-form > ul > li::after,
.bth-landing__form-card .bth-native-form > ul > li::marker {
  content: none !important;
  display: none !important;
}

.bth-landing__form-card .wpcf7-form ul,
.bth-landing__form-card .wpcf7-form li,
.bth-landing__form-card .bth-native-form ul,
.bth-landing__form-card .bth-native-form li,
.bth-landing__form-card .f-form ul,
.bth-landing__form-card .f-form li {
  list-style: none !important;
  list-style-type: none !important;
}

.bth-landing__form-card .f-form ul li::before,
.bth-landing__form-card .f-form ul li::after,
.bth-landing__form-card .f-form ul li::marker {
  content: none !important;
  display: none !important;
}

.bth-landing__form-card li.formText {
  display: none;
}

/* 3 שדות בכל שורה */
.bth-landing__form-card .bth-native-form > ul > li.formField,
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(input[name="firstName"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(input[name="lastName"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(input[name="phone"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(input[name="email"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(select[name="kibbutz"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(input[name="zipcode"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(select[name="producttype"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(select[name="renewdate"]) {
  grid-column: auto;
}

.bth-landing__form-card .wpcf7-form > ul > li#info,
.bth-landing__form-card .wpcf7-form > ul > li.formApprove,
.bth-landing__form-card .wpcf7-form > ul > li.formSubmit,
.bth-landing__form-card .bth-native-form > ul > li#info,
.bth-landing__form-card .bth-native-form > ul > li.formApprove,
.bth-landing__form-card .bth-native-form > ul > li.formSubmit {
  grid-column: 1 / -1;
}

.bth-landing__form-card .wpcf7-form > ul > li.formField:has(select[name="producttype"][style*="display: none"]),
.bth-landing__form-card .wpcf7-form > ul > li.formField:has(select[name="renewdate"][style*="display: none"]) {
  display: none;
}

/* Floating label fields */
.bth-landing__form-card .bth-field {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.bth-landing__form-card .bth-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.bth-landing__form-card .bth-field__control,
.bth-landing__form-card .bth-field .wpcf7-form-control {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 18px;
  font-family: var(--f-font-family);
  font-size: 18px;
  font-weight: 500;
  color: var(--f-color-primary);
  text-align: right;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
}

.bth-landing__form-card .bth-field__control::placeholder {
  color: transparent;
}

.bth-landing__form-card .bth-field--select .bth-field__control,
.bth-landing__form-card .bth-field--select select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  padding-left: 44px;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  color: var(--f-color-primary) !important;
}

.bth-landing__form-card .bth-field__label {
  position: absolute;
  right: 14px;
  top: 28px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--f-color-primary);
  font-size: 18px;
  font-weight: 500;
  background: #fff;
  padding: 0 5px;
  line-height: 1.2;
  transition: top 0.15s ease, font-size 0.15s ease, transform 0.15s ease;
  z-index: 2;
}

.bth-landing__form-card .bth-field:focus-within .bth-field__label,
.bth-landing__form-card .bth-field.has-value .bth-field__label {
  top: 0;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 500;
}

.bth-landing__form-card .bth-field--select:focus-within,
.bth-landing__form-card .bth-field--select.has-value {
  z-index: 3;
}

.bth-landing__form-card .bth-field--combobox {
  position: relative;
  z-index: 1;
}

.bth-landing__form-card .bth-field--combobox.is-open {
  z-index: 12;
}

.bth-landing__form-card .bth-field--combobox .bth-field__control {
  padding-left: 44px;
}

.bth-landing__form-card .bth-kibbutz-list {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 6px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(6, 36, 67, 0.12);
  z-index: 20;
}

.bth-landing__form-card .bth-kibbutz-list li {
  padding: 10px 18px;
  text-align: right;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.35;
  color: var(--f-color-primary);
}

.bth-landing__form-card .bth-kibbutz-list li:hover,
.bth-landing__form-card .bth-kibbutz-list li.is-active {
  background: #eef6f0;
}

.bth-landing__form-card .bth-field__chev {
  position: absolute;
  left: 16px;
  top: 28px;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-flex;
  line-height: 0;
  z-index: 1;
}

.bth-landing__form-card .bth-field__control:focus,
.bth-landing__form-card .bth-field select:focus {
  outline: none;
  border-color: var(--f-color-primary) !important;
}

.bth-landing__form-card .inps2,
.bth-landing__form-card .wpcf7-select,
.bth-landing__form-card select.wpcf7-form-control {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 0 18px;
  font-family: var(--f-font-family);
  font-size: 18px;
  font-weight: 500;
  color: var(--f-color-primary);
  text-align: right;
  background: #fff;
  box-sizing: border-box;
  margin: 0;
}

.bth-landing__form-card .wpcf7-select,
.bth-landing__form-card select.wpcf7-form-control {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  color: var(--f-color-primary) !important;
  min-height: 56px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.bth-landing__form-card .inps2:focus,
.bth-landing__form-card .wpcf7-select:focus,
.bth-landing__form-card select.wpcf7-form-control:focus {
  outline: none;
  border-color: var(--f-color-primary);
}

.bth-landing__form-card .wpcf7-form > ul > li#info,
.bth-landing__form-card .bth-native-form > ul > li#info {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--f-color-primary);
  text-align: right;
}

.bth-landing__form-card .wpcf7-form > ul > li.formApprove,
.bth-landing__form-card .bth-native-form > ul > li.formApprove {
  margin-top: 2px;
}

.bth-landing__form-card .wpcf7-form > ul > li.formApprove .wpcf7-list-item {
  float: none !important;
  margin: 0 0 10px !important;
  display: flex !important;
  flex-direction: row !important;
  direction: rtl;
  align-items: flex-start !important;
  gap: 7px;
  width: 100%;
  color: var(--f-color-primary) !important;
}

.bth-landing__form-card .wpcf7-form > ul > li.formApprove label {
  display: flex !important;
  flex-direction: row !important;
  direction: rtl;
  align-items: flex-start !important;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400 !important;
  color: var(--f-color-primary) !important;
  text-align: right;
  cursor: pointer;
  width: 100%;
}

.bth-landing__form-card .wpcf7-form .wpcf7-list-item-label {
  display: block !important;
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--f-color-primary) !important;
}

.bth-landing__form-card .wpcf7-form .wpcf7-list-item-label a {
  color: var(--f-color-primary) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bth-landing__form-card .wpcf7-form input[type='checkbox'] {
  margin: 2px 0 0 0 !important;
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  max-width: 15px !important;
  min-height: 15px !important;
  max-height: 15px !important;
  flex: 0 0 auto !important;
  float: none !important;
  position: static !important;
  display: inline-block !important;
  vertical-align: top !important;
  accent-color: var(--f-color-primary) !important;
  -webkit-appearance: checkbox !important;
  appearance: checkbox !important;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  cursor: pointer !important;
}

.bth-landing__form-card .wpcf7-form input[type='checkbox']::before,
.bth-landing__form-card .wpcf7-form input[type='checkbox']:checked::before {
  content: none !important;
  display: none !important;
}

.bth-landing__form-card .wpcf7-form > ul > li.formSubmit,
.bth-landing__form-card .bth-native-form > ul > li.formSubmit {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.bth-landing__form-card .wpcf7-form > ul > li.formSubmit > p {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
}

.bth-landing__form-card .wpcf7-form > ul > li.formSubmit > p > .bth-submit-inner {
  flex: 0 0 auto !important;
  width: fit-content !important;
  max-width: 100%;
}

.bth-landing__form-card .bth-submit-inner {
  position: relative;
  display: inline-grid !important;
  place-items: center;
  margin-inline-start: auto;
  width: fit-content !important;
  max-width: 100%;
  min-width: 200px;
  height: 46px;
  padding: 0 26px;
  border: none;
  border-radius: 10px;
  background: var(--f-color-primary);
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  transition: background-color 0.15s ease;
  box-sizing: border-box;
}

.bth-landing__form-card .bth-submit-inner .bth-submit__input:disabled,
.bth-landing__form-card .bth-submit-inner #form-submit2:disabled {
  cursor: not-allowed;
}

.bth-landing__form-card .bth-submit-inner:hover {
  background: #041a30;
}

.bth-landing__form-card .bth-submit__content {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  direction: rtl;
  pointer-events: none;
  z-index: 1;
}

.bth-landing__form-card .bth-submit__text {
  font-family: var(--f-font-family) !important;
  font-size: 19px;
  font-weight: 700;
  font-synthesis: none;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

.bth-landing__form-card .bth-submit__arrow {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
  pointer-events: none;
}

.bth-landing__form-card .bth-submit__spinner {
  grid-area: 1 / 1;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
  pointer-events: none;
  z-index: 3;
  animation: bth-submit-spin 0.8s linear infinite;
}

.bth-landing__form-card .bth-submit-inner.is-loading .bth-submit__content {
  visibility: hidden;
}

.bth-landing__form-card .bth-submit-inner.is-loading .bth-submit__spinner {
  display: inline-flex;
}

@keyframes bth-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.bth-landing__form-card .bth-submit-inner .bth-submit__input,
.bth-landing__form-card .bth-submit-inner .inps2_btn,
.bth-landing__form-card .bth-submit-inner #form-submit2,
.bth-landing__form-card .bth-submit-inner .wpcf7-submit {
  grid-area: 1 / 1;
  align-self: stretch;
  justify-self: stretch;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2 !important;
  border: none !important;
  border-radius: 10px !important;
  background: transparent !important;
  background-image: none !important;
  opacity: 0 !important;
  color: transparent !important;
  cursor: pointer !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
}

.bth-landing__form-card .bth-submit-inner .wpcf7-spinner {
  grid-area: 1 / 1;
  place-self: center;
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  z-index: 3 !important;
}

/* fallback — אם JS לא רץ */
.bth-landing__form-card .inps2_btn:not(.bth-submit__input),
.bth-landing__form-card #form-submit2:not(.bth-submit__input) {
  display: inline-block !important;
  width: auto !important;
  min-width: 200px !important;
  height: 46px !important;
  line-height: 46px !important;
  padding: 0 26px 0 44px !important;
  margin: 0 !important;
  margin-inline-start: auto !important;
  border: none !important;
  border-radius: 10px !important;
  background-color: var(--f-color-primary) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 12H4M4 12L10 6M4 12L10 18' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: 18px center !important;
  color: #fff !important;
  font-family: var(--f-font-family) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  direction: rtl;
  text-align: center;
}

.bth-landing__form-card .inps2_btn:not(.bth-submit__input):hover,
.bth-landing__form-card #form-submit2:not(.bth-submit__input):hover {
  background-color: #041a30 !important;
}

.bth-landing__form-card .wpcf7-not-valid-tip {
  color: #d23b3b;
  font-size: 13px;
  margin-top: 5px;
}

.bth-landing__form-card .wpcf7-response-output {
  margin: 12px 0 0;
  border-radius: 8px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .bth-landing__form-card .wpcf7-form > ul,
  .bth-landing__form-card .bth-native-form > ul {
    grid-template-columns: 1fr;
  }

  .bth-landing__form-card .wpcf7-form > ul > li.formSubmit,
  .bth-landing__form-card .bth-native-form > ul > li.formSubmit {
    justify-content: stretch;
  }

  .bth-landing__form-card .wpcf7-form > ul > li.formSubmit > p {
    display: block;
    width: 100%;
  }

  .bth-landing__form-card .wpcf7-form > ul > li.formSubmit > p > .bth-submit-inner,
  .bth-landing__form-card .bth-submit-inner,
  .bth-landing__form-card .inps2_btn:not(.bth-submit__input),
  .bth-landing__form-card #form-submit2:not(.bth-submit__input) {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline-start: 0 !important;
  }
}

/* Native form – consent + status */
.bth-landing__form-card .bth-consent-block {
  width: 100%;
  margin-bottom: 12px;
}

.bth-landing__form-card .bth-consent-block:last-child {
  margin-bottom: 0;
}

.bth-landing__form-card .bth-consent-item {
  display: flex;
  flex-direction: row;
  direction: rtl;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--f-color-primary);
  text-align: right;
  cursor: pointer;
  width: 100%;
}

.bth-landing__form-card .bth-consent-item--solo {
  width: auto;
}

.bth-landing__form-card .bth-consent-note {
  margin: 6px 0 0;
  padding-right: 22px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--f-color-primary);
  text-align: right;
}

.bth-landing__form-card .bth-consent-block .bth-field-error {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding-right: 22px;
  text-align: right;
}

.bth-landing__form-card .bth-consent-label {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-align: right;
}

.bth-landing__form-card .bth-consent-label a {
  color: var(--f-color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bth-landing__form-card .bth-consent-item input[type='checkbox'] {
  margin: 2px 0 0 0;
  width: 15px;
  height: 15px;
  min-width: 15px;
  flex: 0 0 auto;
  accent-color: var(--f-color-primary);
  cursor: pointer;
}

.bth-landing__form-card .bth-field-error {
  color: #d23b3b;
  font-size: 13px;
  margin-top: 5px;
}

.bth-landing__form-card .bth-field__control.is-invalid {
  border-color: #d23b3b !important;
}

.bth-landing__form-card .bth-form-status {
  display: block;
  width: 100%;
  margin-top: 16px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}

.bth-landing__form-card .bth-form-status.is-error {
  color: #d23b3b;
}

.bth-landing__form-card .bth-form-status.is-success {
  color: var(--f-color-secondary);
}

.bth-landing__form-card .bth-native-form.is-submitting .bth-submit-inner {
  opacity: 0.85;
}

.f-hero-avatar { z-index: 3; }

/* Tickets availability gate */
.bth-tickets-panel {
  position: relative;
  margin-top: 16px;
  min-height: 420px;
  overflow: hidden;
}

.bth-tickets-panel.is-loading {
  min-height: 420px;
}

.bth-tickets-content[hidden] {
  display: none !important;
}

.bth-tickets-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: #fff;
  text-align: center;
  color: var(--f-color-primary);
}

.bth-tickets-sold-out,
.bth-tickets-error,
.bth-tickets-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 32px 24px;
  text-align: center;
  color: var(--f-color-primary);
}

.bth-tickets-loading[hidden],
.bth-tickets-sold-out[hidden],
.bth-tickets-error[hidden],
.bth-tickets-success[hidden] {
  display: none !important;
}

.bth-tickets-loading__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 70px;
  flex: 0 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.bth-tickets-loading__icon svg {
  display: block;
  width: 32px !important;
  height: 70px !important;
  max-width: 32px;
  max-height: 70px;
  flex: 0 0 auto;
  overflow: hidden;
}

.bth-tickets-loading__icon path {
  fill: none;
  stroke: #61BA6E;
  stroke-width: 7;
  stroke-dasharray: 0 200;
  animation: bth-tickets-draw 3s linear infinite;
}

@keyframes bth-tickets-draw {
  to { stroke-dasharray: 200 0; }
}

.bth-tickets-loading__text {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--f-color-primary);
}

.bth-tickets-sold-out__title,
.bth-tickets-error__title,
.bth-tickets-success__title {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
  color: var(--f-color-primary);
}

.bth-tickets-sold-out__text,
.bth-tickets-error__text,
.bth-tickets-success__text {
  margin: 0;
  max-width: 360px;
  font-size: 18px;
  line-height: 1.55;
  color: var(--f-color-primary);
}

.bth-tickets-success__link {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.55;
}

.bth-tickets-success__link a {
  color: var(--f-color-secondary);
  font-weight: 600;
  text-decoration: underline;
}

.bth-tickets-error__note {
  margin: 14px 0 0;
  max-width: 360px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--f-color-primary);
  opacity: 0.85;
}
