/*!
Theme Name: Emerlad Landing
Description: Лендинг Emerlad (иврит), секции с настройками в кастомайзере.
Version: 1.0.0
Author: Emerlad
*/
:root {
  --bg: #0f1419;
  --surface: #1a222c;
  --text: #e8eef4;
  --muted: #8b9aab;
  --accent: #3dd68c;
  --accent-dim: #2a9d62;
  --border: #2d3a47;
  --error: #f87171;
  --radius: 12px;
  --font: Noto Sans Hebrew, DM Sans, system-ui, sans-serif;
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  background-image: radial-gradient(ellipse 120% 80% at 50% -20%, rgba(61, 214, 140, 0.12), transparent), radial-gradient(ellipse 80% 50% at 100% 50%, rgba(45, 58, 71, 0.4), transparent);
}

a {
  color: var(--accent);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.site:not(.site--emerlad) {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.wp-theme-emerlad {
  background: #042524;
}

.emerlad__inner {
  display: flex;
  flex-direction: row-reverse;
}
.emerlad__block {
  flex: 0 0 50%;
  position: relative;
}
.emerlad__ilouz-logo {
  position: absolute;
  bottom: 13px;
  left: 22px;
}
.emerlad__presale-badge {
  position: absolute;
  left: 58px;
  top: 205px;
}
.emerlad__hero-render {
  width: 100%;
  height: 100%;
}
.emerlad__emerlad-logo {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.emerlad__visuals {
  text-align: center;
  padding: 160px 0 11px;
}
.emerlad__price-heading {
  margin-bottom: 12px;
  position: relative;
  z-index: 99;
}
.emerlad__list-icon {
  display: none;
}
.emerlad__ribbon-banner {
  position: relative;
  z-index: 99;
}
.emerlad__foliage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.emerlad__paragraph--primary {
  margin: 0 auto;
  position: relative;
  z-index: 9;
  font-size: 20px;
  width: 91%;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 24px;
}
.emerlad__paragraph--secondary {
  position: relative;
  z-index: 9;
  font-size: 22px;
  width: 91%;
  text-align: center;
  margin: 20px auto;
}
.emerlad__features {
  position: relative;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 38px 50px 150px;
  text-align: center;
  gap: 34px 0;
  list-style: none;
  flex-direction: row-reverse;
}
.emerlad__feature-item {
  padding: 56px 40px 0;
  background: var(--emerlad-list-icon, url(/wp-content/themes/emerlad/assets/section1/block2-list-icon.png)) no-repeat top center;
  flex: 0 0 25%;
  line-height: 1.2;
}

.wp-theme-emerlad .emerlad-quiz {
  margin: 0;
  position: relative;
}
.wp-theme-emerlad .emerlad-quiz__box {
  width: min(940px, 50vw - 40px);
  border-radius: 0;
  background: #193A37;
  border: 0;
  padding: 48px 28px 75px;
  max-width: 96%;
  z-index: 99999;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -140px;
  bottom: auto;
}
.wp-theme-emerlad .emerlad-quiz__heading {
  margin: 0 0 17px;
}
.wp-theme-emerlad .emerlad-quiz__close {
  display: none;
}
.wp-theme-emerlad .emerlad-quiz__step-inner {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.wp-theme-emerlad .emerlad-quiz__step {
  padding-bottom: 52px;
  position: relative;
}
.wp-theme-emerlad .emerlad-quiz__col-main {
  flex: 0 0 66%;
}
.wp-theme-emerlad .emerlad-quiz__action {
  flex: 0 0 32%;
  border-radius: 0;
  padding: 8px 10px;
}
.wp-theme-emerlad .emerlad-quiz__action:not(:disabled) {
  background: #E0D4A4;
}
.wp-theme-emerlad .emerlad-quiz__input {
  border-radius: 0;
  border: 2px solid #E0D4A4;
  padding: 6px 10px;
}
.wp-theme-emerlad .emerlad-quiz__fields {
  gap: 10px;
  margin: 0;
}
.wp-theme-emerlad .emerlad-quiz__consent {
  max-width: none;
  position: absolute;
  bottom: -1px;
}
.wp-theme-emerlad .emerlad-quiz__steps {
  min-height: 0;
}
.wp-theme-emerlad .emerlad-quiz__nav {
  flex-direction: row-reverse;
  background: transparent;
  gap: 0;
  bottom: 13px;
  padding: 0;
  left: 27px;
}
.wp-theme-emerlad .emerlad-quiz__nav-btn {
  color: #000;
  background: #fff;
  border-radius: 0 4px 4px 0;
  width: 36px;
  height: 36px;
}
.wp-theme-emerlad .emerlad-quiz__nav-btn:first-child {
  border-radius: 4px 0 0 4px;
}
.wp-theme-emerlad .emerlad-quiz__option {
  border-radius: 0;
  border: 2px solid #E0D4A4;
  padding: 9px 10px;
  max-height: 40px;
}
.wp-theme-emerlad .emerlad-quiz__thanks-inner {
  max-width: none;
}
.wp-theme-emerlad .emerlad-quiz__thanks:not([hidden]) + .emerlad-quiz__nav {
  display: none;
}

.emerlad-s2__inner {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
}
.emerlad-s2__inner:before {
  content: "";
  width: 50%;
  display: block;
  height: calc(100% - 94px);
  background: #042524;
  position: absolute;
}
.emerlad-s2__content {
  flex: 0 0 50%;
  position: relative;
  padding: 206px 78px 0 0;
}
.emerlad-s2__title {
  font-weight: 100;
  font-size: 38px;
  margin: 0 0 7px;
}
.emerlad-s2__body {
  width: 700px;
  max-width: 90%;
  line-height: 1.85;
  font-size: 16px;
  margin-bottom: 35px;
}
.emerlad-s2__cta--button {
  display: inline-block;
  background: #CB9A8E;
  color: #042524;
  border-radius: 0 10px 0 10px;
  padding: 10px 30px 9px;
  margin-left: 22px;
}
.emerlad-s2__cta--text {
  color: #FFFFFF;
}
.emerlad-s2__figure {
  flex: 0 0 50%;
  margin: 0;
}
.emerlad-s2__image {
  width: 1200px;
  margin-left: -200px;
}

.emerlad-s3 {
  margin-top: -42px;
}
.emerlad-s3__inner {
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}
.emerlad-s3__figure {
  flex: 0 0 50%;
  margin: 0;
}
.emerlad-s3__image {
  width: 1143px;
  height: 100%;
}
.emerlad-s3__content {
  flex: 0 0 50%;
  margin-left: -104px;
  padding: 69px 0 0 40px;
  position: relative;
  z-index: 999;
  background: #042524;
  top: 96px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.emerlad-s3__content:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 104px);
  height: 100px;
  background: #042524;
  right: 0;
  top: -95px;
}
.emerlad-s3__title {
  font-weight: 100;
  font-size: 40px;
  margin: 0 0 19px;
  width: 563px;
  line-height: 1;
  max-width: 90%;
}
.emerlad-s3__body {
  width: 563px;
  max-width: 90%;
  line-height: 1.85;
  font-size: 16px;
  margin-bottom: 16px;
}
.emerlad-s3__actions {
  width: 563px;
}
.emerlad-s3__cta--button {
  display: inline-block;
  background: #CB9A8E;
  color: #042524;
  border-radius: 0 10px 0 10px;
  padding: 10px 30px 9px;
  margin-left: 22px;
}
.emerlad-s3__cta--text {
  color: #fff;
}

.emerlad-tabs-block.emerlad-tabs-block {
  margin-bottom: 24px;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__list {
  background: transparent;
  border: 0;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__tab {
  margin: 0;
  padding: 12px 0 11px;
  font-size: 20px;
  min-width: 0;
  width: auto;
  border: 0;
  background: #07272D;
  font-weight: 100;
  box-shadow: none;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__tab--active {
  background: #CB9A8E;
  box-shadow: none;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__panels {
  width: 1880px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
  padding: 0;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-slider__arrow {
  color: #000;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.12);
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-slider__arrow:hover {
  background: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.2);
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-slider__slide img {
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__embed {
  min-height: min(56vw, 480px);
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.emerlad-tabs-block.emerlad-tabs-block .emerlad-tabs__embed iframe {
  min-height: min(56vw, 480px);
}

.wp-theme-emerlad .emerlad-contact-bar {
  background: transparent;
  border: 0;
  margin: 0 0 40px;
  padding: 0;
}
.wp-theme-emerlad .emerlad-contact-bar__inner {
  display: flex;
  max-width: 1000px;
}
.wp-theme-emerlad .emerlad-contact-bar__item {
  font-size: 16px;
  font-weight: 500;
  flex: 0 0 20%;
  padding-top: 7px;
  flex-wrap: nowrap;
}
.wp-theme-emerlad .emerlad-contact-bar__social-label {
  font-size: 22px;
}

.wp-theme-emerlad .emerlad-site-footer {
  padding: 0 0 80px;
  border: 0;
  background: transparent;
}
.wp-theme-emerlad .emerlad-site-footer__inner {
  font-size: 16px;
  width: 1200px;
  max-width: 100%;
}
@media screen and (max-width: 1690px) {
  .emerlad__visuals {
    padding-top: 60px;
  }
  .emerlad__feature-item {
    flex: 0 0 33%;
  }
  .emerlad-s2__inner:before,
  .emerlad-s3__content:before {
    opacity: 0;
  }
  .emerlad-s2__image {
    width: auto;
    margin: 0;
    max-width: 100%;
    display: block;
  }
  .emerlad-s3 {
    margin-top: 0;
  }
  .emerlad-s3__image {
    width: 100%;
    height: auto;
  }
  .emerlad-s3__content {
    margin: 0;
    padding: 40px 0 40px 80px;
    position: static;
  }
  .emerlad-s3__title {
    width: auto;
  }
  .emerlad-s3__body {
    width: auto;
  }
  .emerlad-s3__actions {
    width: calc(100% - 80px);
    padding-top: 20px;
  }
  .emerlad-s2__content {
    padding: 140px 78px 40px 0;
  }
  .emerlad-s2__image {
    height: 100%;
  }
  .emerlad-s2__body {
    width: auto;
  }
  .emerlad-s3__figure {
    overflow: hidden;
  }
  .emerlad-s3__image {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1280px) {
  .emerlad {
    position: relative;
    background: url(/wp-content/themes/emerlad/assets/section1/block2-foliage.png) no-repeat top center/cover;
    padding-top: 710px;
    padding-bottom: 160px;
  }
  .emerlad__inner {
    flex-direction: column;
  }
  .emerlad__block {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .emerlad__block--gallery {
    position: static;
  }
  .emerlad__block--content {
    position: static;
  }
  .emerlad__features {
    padding-bottom: 0;
  }
  .emerlad__hero-render {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .emerlad__emerlad-logo {
    top: 0;
    border-bottom: 2px solid #fff;
    padding: 10px 100px 40px;
  }
  .emerlad__price-heading {
    position: absolute;
    top: 400px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .emerlad__ribbon-banner {
    position: absolute;
    top: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .emerlad__ilouz-logo,
  .emerlad__presale-badge,
  .emerlad__foliage {
    display: none;
  }
  .emerlad-s2__inner {
    flex-direction: column-reverse;
    align-items: center;
    padding: 80px 40px;
  }
  .emerlad-s3__inner {
    flex-direction: column;
    align-items: center;
    padding: 0 40px 80px;
  }
  .emerlad-s3__content {
    align-items: flex-start;
    padding: 40px 78px 40px 0;
  }
}
@media screen and (max-width: 879px) {
  .emerlad {
    padding-top: 427px;
  }
  .emerlad__hero-render {
    width: 369px;
  }
  .emerlad__emerlad-logo {
    width: 300px;
    padding: 10px 40px 23px;
  }
  .emerlad__visuals {
    padding: 0;
  }
  .emerlad__price-heading {
    top: 277px;
    width: 185px;
  }
  .emerlad__ribbon-banner {
    top: 365px;
    width: 370px;
  }
  .emerlad__paragraph--primary {
    width: 320px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .emerlad__paragraph--secondary {
    margin: 0 auto;
  }
  .emerlad__features {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .emerlad__feature-item {
    background-size: 20px;
    padding: 10px 0 9px;
  }
  .emerlad-quiz__step-inner {
    flex-direction: column;
  }
  .emerlad-s2__content {
    padding: 20px;
  }
  .emerlad-s2__title {
    font-size: 24px;
  }
  .emerlad-s3__content {
    padding: 20px;
  }
  .emerlad-s3__title {
    font-size: 24px;
  }
  .emerlad-contact-bar__inner {
    padding: 0 40px;
  }
  .emerlad-site-footer__disclaimer.emerlad-site-footer__disclaimer.emerlad-site-footer__disclaimer {
    white-space: break-spaces;
  }
  .emerlad-s3__actions,
  .emerlad-s2__actions {
    width: auto;
  }
  .wp-theme-emerlad .emerlad-quiz__box {
    bottom: 0;
    position: fixed;
    top: auto;
    width: auto;
    left: 0;
    right: 0;
    margin: 0;
    max-width: none;
    padding-bottom: 17px;
    display: none;
  }
  .wp-theme-emerlad .emerlad-quiz__steps {
    width: 350px;
    margin: 0 auto;
  }
  .wp-theme-emerlad .emerlad-quiz__step {
    padding: 0;
  }
  .wp-theme-emerlad .emerlad-quiz__step-inner {
    flex-direction: column;
    padding-bottom: 87px;
  }
  .wp-theme-emerlad .emerlad-quiz__col-main {
    margin: 0 auto;
    flex: auto;
    height: auto;
  }
  .wp-theme-emerlad .emerlad-quiz__heading {
    text-align: center;
  }
  .wp-theme-emerlad .emerlad-quiz__fields {
    flex-wrap: nowrap;
  }
  .wp-theme-emerlad .emerlad-quiz__fields .emerlad-quiz__field {
    flex: 0 0 170px;
    min-width: auto;
  }
  .wp-theme-emerlad .emerlad-quiz__fields .emerlad-quiz__field input {
    width: 100%;
  }
  .wp-theme-emerlad .emerlad-quiz__consent {
    position: absolute;
    bottom: 22px;
  }
  .emerlad-quiz__action:disabled {
    flex: auto;
    width: 100%;
  }
  .wp-theme-emerlad .emerlad-quiz__nav {
    display: none;
  }
  .wp-theme-emerlad .emerlad-contact-bar__inner {
    gap: 11px;
    justify-content: center;
  }
  .emerlad-mquiz__shell.emerlad-mquiz__shell {
    z-index: 999;
  }
  .emerlad-mquiz__shell.emerlad-mquiz__shell .emerlad-mquiz__dock {
    opacity: 1;
  }
}
.emerlad-s2__cta.emerlad-s2__cta--text {
  display: none;
}

.emerlad-s3__cta.emerlad-s3__cta--text {
  display: none;
}

.emerlad-contact-bar__social-link[aria-label=Instagram] {
  background: #cb9a8e;
  width: 28px;
}
.emerlad-contact-bar__social-link[aria-label=Instagram] img {
  width: 15px;
  margin: 0 auto;
}

.emerlad-tabs__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.emerlad-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  justify-content: flex-start;
  padding: 0.85rem 1rem;
  background: #060d0d;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.emerlad-tabs__tab {
  flex: 1 1 auto;
  min-width: min(100%, 8.5rem);
  margin: 0;
  padding: 0.65rem 1rem;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  color: rgba(232, 238, 244, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.emerlad-tabs__tab:hover:not(.emerlad-tabs__tab--active) {
  background: rgba(255, 255, 255, 0.1);
  color: #e8eef4;
}
.emerlad-tabs__tab:focus-visible {
  outline: 2px solid #2a9d62;
  outline-offset: 2px;
}

.emerlad-tabs__tab--active {
  color: #1a1210;
  font-weight: 600;
  border-color: transparent;
  background: linear-gradient(105deg, #b07d6f 0%, #c9a08f 45%, #e8c9b8 100%);
  box-shadow: 0 2px 12px rgba(197, 157, 148, 0.35);
}

.emerlad-tabs__panels {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 2rem;
}

.emerlad-tabs__panel {
  display: none;
}
.emerlad-tabs__panel.is-active {
  display: block;
}

.emerlad-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.emerlad-slider__viewport {
  overflow: hidden;
  flex: 1 1 auto;
  min-width: 0;
}

.emerlad-slider__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.emerlad-slider__slide {
  box-sizing: border-box;
  padding: 0 6px;
}
.emerlad-slider__slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.emerlad-slider__arrow {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.emerlad-slider__arrow:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
}
.emerlad-slider__arrow:focus-visible {
  outline: 2px solid #2a9d62;
  outline-offset: 2px;
}

.emerlad-tabs__embed {
  position: relative;
  width: 100%;
  min-height: min(70vw, 28rem);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #0a1212;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.emerlad-tabs__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(70vw, 28rem);
  border: 0;
}

@media (max-width: 640px) {
  .emerlad-slider__arrow {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 1.15rem;
  }
}
.emerlad-contact-bar {
  margin-top: 0.5rem;
  padding: 1.15rem 0 1.35rem;
  font-family: "Noto Sans Hebrew", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
  background: #0e1f1c;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.emerlad-contact-bar__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.75rem;
}

.emerlad-contact-bar__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}

.emerlad-contact-bar__icon-img {
  flex-shrink: 0;
  display: block;
}

.emerlad-contact-bar__text,
.emerlad-contact-bar__link {
  color: inherit;
  text-decoration: none;
  line-height: 1.35;
}

.emerlad-contact-bar__link:hover {
  text-decoration: underline;
}

.emerlad-contact-bar__item--social {
  gap: 0.65rem;
  flex-wrap: wrap;
}

.emerlad-contact-bar__social-label {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.emerlad-contact-bar__social {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.emerlad-contact-bar__social-link {
  display: flex;
  line-height: 0;
  border-radius: 50%;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.emerlad-contact-bar__social-link:hover {
  transform: scale(1.06);
  opacity: 0.92;
}
.emerlad-contact-bar__social-link img {
  display: block;
  width: 28px;
  height: 28px;
}

@media (max-width: 720px) {
  .emerlad-contact-bar__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .emerlad-contact-bar__item--social {
    width: 100%;
  }
}
.emerlad-site-footer {
  margin-top: auto;
  padding: 1rem 0 1.35rem;
  font-family: "Noto Sans Hebrew", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(232, 238, 244, 0.88);
  background: #0a1614;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.emerlad-site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr) minmax(0, 1fr);
  gap: 1rem 1.5rem;
  align-items: center;
}

.emerlad-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-self: start;
}

.emerlad-site-footer__link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}
.emerlad-site-footer__link:hover {
  text-decoration: underline;
}

.emerlad-site-footer__disclaimer {
  margin: 0;
  justify-self: center;
  text-align: center;
  color: rgba(232, 238, 244, 0.82);
  max-width: 52ch;
}

.emerlad-site-footer__copy {
  margin: 0;
  justify-self: end;
  color: rgba(232, 238, 244, 0.9);
  font-weight: 500;
}

@media (max-width: 900px) {
  .emerlad-site-footer__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .emerlad-site-footer__links {
    justify-content: center;
    justify-self: center;
  }
  .emerlad-site-footer__disclaimer {
    justify-self: center;
  }
  .emerlad-site-footer__copy {
    justify-self: center;
  }
}
.site--page {
  max-width: 720px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
  font-family: "Noto Sans Hebrew", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

.emerlad-page__header {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}

.emerlad-page__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--text);
}

.emerlad-page__content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}
.emerlad-page__content p {
  margin: 0 0 1rem;
}
.emerlad-page__content a {
  color: var(--accent);
}

@media (max-width: 768px) {
  .emerlad-quiz.emerlad-quiz--desktop-only {
    display: none !important;
  }
}

.emerlad-quiz {
  margin: 2rem 0;
  font-family: "Noto Sans Hebrew", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

.emerlad-quiz__box--concealed {
  display: none !important;
}

.emerlad-quiz__box--hidden {
  display: none !important;
}

#emerlad-quiz-box {
  scroll-margin-top: 1.25rem;
}

.emerlad-quiz__box {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 3.25rem;
  background: #0d1f1a;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.emerlad-quiz__steps {
  min-height: 12rem;
}

.emerlad-quiz__step {
  display: none;
}
.emerlad-quiz__step.is-active {
  display: block;
}

.emerlad-quiz__step-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: center;
}
@media (max-width: 640px) {
  .emerlad-quiz__step-inner {
    grid-template-columns: 1fr;
  }
}

.emerlad-quiz__col-main {
  min-width: 0;
}

.emerlad-quiz__heading {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.emerlad-quiz__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.emerlad-quiz__field {
  display: flex;
  flex-direction: column;
  min-width: min(100%, 200px);
  flex: 1 1 160px;
}

.emerlad-quiz__input {
  padding: 0.65rem 0.85rem;
  font: inherit;
  font-size: 0.95rem;
  color: #fff;
  background: #050a08;
  border: 1px solid #b89a5e;
  border-radius: 6px;
}
.emerlad-quiz__input::placeholder {
  color: rgba(232, 238, 244, 0.5);
}
.emerlad-quiz__input:focus {
  outline: 2px solid rgba(184, 154, 94, 0.5);
  outline-offset: 2px;
}

.emerlad-quiz__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(232, 238, 244, 0.8);
  max-width: 52ch;
}
.emerlad-quiz__consent input {
  margin-top: 0.2rem;
  flex-shrink: 0;
  accent-color: #b89a5e;
}

.emerlad-quiz__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.emerlad-quiz__option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  cursor: pointer;
  padding: 0.65rem 1rem;
  min-width: min(100%, 220px);
  flex: 1 1 200px;
  background: #050a08;
  border: 1px solid #b89a5e;
  border-radius: 6px;
  color: #fff;
  font-size: 0.9rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.emerlad-quiz__option.is-checked {
  border-color: rgb(196.4862068966, 171.7620689655, 122.3137931034);
  box-shadow: 0 0 0 1px rgba(184, 154, 94, 0.35);
}

.emerlad-quiz__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.emerlad-quiz__option-ui {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid #b89a5e;
  background: transparent;
  position: relative;
}
.emerlad-quiz__option-ui::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.emerlad-quiz__radio:checked + .emerlad-quiz__option-ui::after {
  opacity: 1;
  transform: scale(1);
}

.emerlad-quiz__option-text {
  line-height: 1.35;
}

.emerlad-quiz__action {
  padding: 0.75rem 1.75rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  background: #9a9a9a;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.emerlad-quiz__action:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.emerlad-quiz__action:not(:disabled):hover {
  filter: brightness(1.05);
}
.emerlad-quiz__action:not(:disabled):active {
  transform: scale(0.98);
}

.emerlad-quiz__nav {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
}

.emerlad-quiz__nav-btn {
  width: 2rem;
  height: 1.65rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
.emerlad-quiz__nav-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}
.emerlad-quiz__nav-btn:focus-visible {
  outline: 2px solid #2a9d62;
  outline-offset: 1px;
}

.emerlad-quiz.emerlad-quiz--completed .emerlad-quiz__nav {
  opacity: 0.4;
  pointer-events: none;
}

.emerlad-quiz__feedback {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  color: #3dd68c;
}

.emerlad-quiz__thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.5rem 0 0.5rem;
}
.emerlad-quiz__thanks[hidden] {
  display: none !important;
}

.emerlad-quiz__thanks-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  max-width: 26rem;
}

.emerlad-quiz__thanks-icon {
  display: block;
  flex-shrink: 0;
}

.emerlad-quiz__thanks-text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

@media (min-width: 880px) {
  .emerlad-mquiz.emerlad-mquiz--mobile-only {
    display: none;
  }
}

.emerlad-mquiz {
  font-family: "Heebo", "Noto Sans Hebrew", "Noto Sans Hebrew", "DM Sans", system-ui, sans-serif;
}

.emerlad-mquiz__shell {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(390px, 100vw);
  z-index: 100;
  box-sizing: border-box;
}

.emerlad-mquiz__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  z-index: 1;
  background: rgb(25, 58, 55);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-height: 520px;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateY(0);
  transform-origin: bottom center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.emerlad-mquiz--collapsed .emerlad-mquiz__panel {
  transform: translateY(100%);
  pointer-events: none;
  border-top-color: transparent;
}

.emerlad-mquiz:not(.emerlad-mquiz--collapsed) .emerlad-mquiz__panel {
  pointer-events: auto;
}

.emerlad-mquiz__panel-inner {
  padding: 20px 20px 28px;
}

.emerlad-mquiz__progress {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
}

.emerlad-mquiz__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1);
  transition: background 0.2s, transform 0.2s;
}
.emerlad-mquiz__dot.is-active {
  background: rgb(224, 212, 164);
  transform: scale(1.3);
}

.emerlad-mquiz__step {
  display: none;
}
.emerlad-mquiz__step.is-active {
  display: block;
}

.emerlad-mquiz__title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 0 0 16px;
  line-height: 1.4;
}

.emerlad-mquiz__choices {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.emerlad-mquiz__choice {
  position: relative;
  cursor: pointer;
  margin: 0;
}

.emerlad-mquiz__choice-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.emerlad-mquiz__choice-face {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1.5px solid rgba(224, 212, 164, 0.5);
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  transition: border-color 0.2s, background 0.2s, color 0.2s, font-weight 0.2s;
}

.emerlad-mquiz__choice.is-selected .emerlad-mquiz__choice-face {
  border-color: rgb(224, 212, 164);
  background: rgba(224, 212, 164, 0.12);
  color: rgb(224, 212, 164);
  font-weight: 600;
}

.emerlad-mquiz__actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.emerlad-mquiz__back {
  flex-shrink: 0;
  padding: 12px 14px;
  border-radius: 6px;
  border: 1.5px solid rgba(224, 212, 164, 0.5);
  background: transparent;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.emerlad-mquiz__back[hidden] {
  display: none !important;
}
.emerlad-mquiz__back:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.emerlad-mquiz__btn--primary {
  flex: 1 1 0%;
  min-width: 0;
  padding: 12px;
  background: rgb(224, 212, 164);
  color: rgb(25, 58, 55);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.emerlad-mquiz__btn--primary:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.emerlad-mquiz__fields {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.emerlad-mquiz__input {
  flex: 1 1 calc(50% - 4px);
  min-width: 120px;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1.5px solid rgba(224, 212, 164, 0.55);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
}
.emerlad-mquiz__input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.emerlad-mquiz__consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

.emerlad-mquiz__checkbox {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: rgb(224, 212, 164);
}

.emerlad-mquiz__thanks {
  text-align: center;
}
.emerlad-mquiz__thanks[hidden] {
  display: none !important;
}

.emerlad-mquiz__thanks-icon {
  display: block;
  margin: 0 auto 16px;
}

.emerlad-mquiz__thanks-lead {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(224, 212, 164);
  line-height: 1.35;
}

.emerlad-mquiz__thanks-sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.emerlad-mquiz__feedback {
  margin: 12px 0 0;
  font-size: 14px;
  color: #3dd68c;
  text-align: center;
}
.emerlad-mquiz__feedback[hidden] {
  display: none !important;
}

.emerlad-mquiz__dock {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  background: rgb(25, 58, 55);
  border: none;
  border-top: 2px solid rgb(224, 212, 164);
  cursor: pointer;
  user-select: none;
  font: inherit;
  transition: background 0.2s;
}
.emerlad-mquiz__dock:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.emerlad-mquiz__dock-chevron {
  color: rgb(224, 212, 164);
  font-size: 18px;
  display: inline-block;
  transition: transform 0.3s;
  transform: rotate(0deg);
}

.emerlad-mquiz:not(.emerlad-mquiz--collapsed) .emerlad-mquiz__dock-chevron {
  transform: rotate(180deg);
}

.emerlad-mquiz__dock-text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.emerlad-mquiz__dock-cta {
  background: rgb(224, 212, 164);
  color: rgb(25, 58, 55);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  font-family: inherit;
}
