.bymi-page{
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 22px 76px;
  color: #111;
}

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

.bymi-kicker{
  margin: 0 0 12px;
  color: #8a5b36;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-hero{
  min-height: 44vh;
  display: grid;
  align-content: end;
  padding: 42px 36px 46px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(184,142,87,.12), transparent 44%),
    linear-gradient(180deg, #fbfbf8 0%, #f4f1ea 100%);
}

.bymi-hero h1{
  margin: 0;
  font-size: 118px;
  line-height: .9;
  letter-spacing: 0;
  font-weight: 900;
}

.bymi-hero__lead{
  margin: 24px 0 0;
  max-width: 680px;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 900;
  word-break: keep-all;
}

.bymi-story{
  display: grid;
  grid-template-columns: minmax(0, 680px) 340px;
  gap: 62px;
  justify-content: space-between;
  padding: 54px 0 0;
}

.bymi-story__main{
  max-width: 680px;
}

.bymi-story__main p{
  margin: 0 0 22px;
  color: rgba(17,17,17,.78);
  font-size: 17px;
  line-height: 1.86;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-inline-cta{
  margin: 34px 0;
  padding: 24px 0;
  border-top: 2px solid #111;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bymi-sample-cta{
  margin: 34px 0;
  padding: 24px;
  border: 1px solid rgba(17,17,17,.14);
  background: #f4f1ea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.bymi-inline-cta span{
  display: block;
  margin-bottom: 8px;
  color: #8a5b36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-sample-cta span{
  display: block;
  margin-bottom: 8px;
  color: #8a5b36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-inline-cta strong{
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}

.bymi-sample-cta strong{
  display: block;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
  word-break: keep-all;
}

.bymi-sample-cta p{
  margin: 8px 0 0;
  color: rgba(17,17,17,.62);
  font-size: 13px;
  line-height: 1.7;
}

.bymi-sample-preview{
  display: block;
  width: min(100%, 360px);
  max-height: 360px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.16);
  background: #fff;
  text-decoration: none;
}

.bymi-sample-preview img{
  display: block;
  width: 100%;
  height: auto;
}

.bymi-inline-cta a,
.bymi-sample-cta > a,
.bymi-bottom-cta a,
.bymi-form__bottom button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .18s ease, opacity .18s ease;
}

.bymi-form__bottom button:disabled{
  cursor: wait;
  opacity: .62;
  transform: none;
}

.bymi-inline-cta a:hover,
.bymi-sample-cta > a:hover,
.bymi-bottom-cta a:hover,
.bymi-form__bottom button:hover{
  transform: translateY(-1px);
  opacity: .94;
}

.bymi-sample-preview:hover{
  opacity: 1;
}

.bymi-story__side{
  align-self: start;
  position: sticky;
  top: 96px;
  border-top: 2px solid #111;
  background: #f4f1ea;
  padding: 22px;
}

.bymi-story__side h2{
  margin: 0 0 18px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.bymi-story__side ol{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.bymi-story__side li{
  padding-top: 16px;
  border-top: 1px solid rgba(17,17,17,.12);
}

.bymi-story__side span{
  display: block;
  margin-bottom: 8px;
  color: #8a5b36;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-story__side strong{
  display: block;
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 900;
}

.bymi-story__side p{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  word-break: keep-all;
}

.bymi-bottom-cta{
  margin-top: 48px;
  padding: 28px 0 0;
  border-top: 2px solid #111;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.bymi-bottom-cta h2{
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: 0;
  font-weight: 900;
}

.bymi-bottom-cta p{
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.bymi-form-hero{
  padding: 34px 0 36px;
  border-bottom: 1px solid var(--line);
}

.bymi-form-hero h1{
  margin: 0 0 14px;
  font-size: 64px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
}

.bymi-form-hero p{
  margin: 0;
  max-width: 66ch;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.bymi-form{
  max-width: 860px;
  margin-top: 36px;
  border-top: 2px solid #111;
}

.bymi-fieldset{
  margin: 0;
  padding: 24px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.bymi-fieldset legend,
.bymi-input span{
  padding: 0;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-options{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bymi-options label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  color: rgba(0,0,0,.76);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.bymi-options input,
.bymi-consent input{
  accent-color: #8a5b36;
}

.bymi-input{
  display: grid;
  gap: 9px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.bymi-input input,
.bymi-input select,
.bymi-input textarea{
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  padding: 0 14px;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.bymi-input textarea{
  min-height: 170px;
  padding-top: 14px;
  line-height: 1.7;
  resize: vertical;
}

.bymi-input input:focus,
.bymi-input select:focus,
.bymi-input textarea:focus{
  outline: none;
  border-color: #8a5b36;
}

.bymi-consent{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
  cursor: pointer;
}

.bymi-consent input{
  margin-top: 4px;
}

.bymi-form__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
}

.bymi-form__bottom p{
  margin: 0;
  color: rgba(0,0,0,.52);
  font-size: 12px;
  line-height: 1.7;
}

.bymi-status{
  min-height: 24px;
  margin: 18px 0 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
  word-break: keep-all;
}

.bymi-status.is-error{
  color: #b34b2e;
}

.bymi-status.is-success{
  color: #34533b;
}

@media (max-width: 1080px){
  .bymi-hero{
    padding-right: 28px;
    padding-left: 28px;
  }

  .bymi-hero h1{
    font-size: 104px;
  }

  .bymi-hero__lead{
    font-size: 30px;
  }

  .bymi-story{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bymi-story__side{
    position: static;
    display: block;
    max-width: 100%;
  }

  .bymi-inline-cta,
  .bymi-sample-cta,
  .bymi-bottom-cta,
  .bymi-form__bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .bymi-inline-cta a,
  .bymi-sample-cta > a,
  .bymi-bottom-cta a{
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 760px){
  .bymi-page{
    padding: 20px 16px 58px;
  }

  .bymi-hero{
    min-height: 0;
    padding: 34px 20px 36px;
  }

  .bymi-hero h1{
    font-size: 72px;
    letter-spacing: 0;
  }

  .bymi-hero__lead{
    margin-top: 18px;
    font-size: 24px;
    line-height: 1.32;
  }

  .bymi-story{
    padding-top: 38px;
  }

  .bymi-story__main p{
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.78;
  }

  .bymi-bottom-cta h2{
    font-size: 27px;
  }

  .bymi-form-hero h1{
    font-size: 42px;
  }

  .bymi-form{
    max-width: 100%;
    margin-top: 28px;
  }

  .bymi-fieldset,
  .bymi-input{
    padding: 20px 0;
  }

  .bymi-inline-cta a,
  .bymi-sample-cta > a,
  .bymi-bottom-cta a,
  .bymi-form__bottom button{
    width: 100%;
  }

  .bymi-options{
    flex-direction: column;
    gap: 8px;
  }

  .bymi-options label{
    width: 100%;
    border-radius: 0;
  }

  .bymi-input input,
  .bymi-input select,
  .bymi-input textarea{
    font-size: 16px;
  }
}

@media (max-width: 420px){
  .bymi-page{
    padding-right: 14px;
    padding-left: 14px;
  }

  .bymi-hero{
    padding-right: 16px;
    padding-left: 16px;
  }

  .bymi-hero h1{
    font-size: 56px;
  }

  .bymi-hero__lead{
    font-size: 21px;
  }

  .bymi-inline-cta strong{
    font-size: 18px;
  }

  .bymi-sample-cta{
    padding: 20px 18px;
  }

  .bymi-sample-cta strong{
    font-size: 18px;
  }

  .bymi-sample-preview{
    width: 100%;
    max-height: 300px;
  }

  .bymi-story__side{
    padding: 18px;
  }

  .bymi-form-hero h1{
    font-size: 36px;
  }
}

.bymi-survey-page{
  box-sizing: border-box;
  min-height: calc(100vh - 80px);
  padding: 34px 20px 72px;
  background:
    radial-gradient(circle at 14% 10%, rgba(179, 75, 46, .10), transparent 28%),
    linear-gradient(135deg, #f7f4ed 0%, #ffffff 46%, #eef3ef 100%);
  color: #111;
}

.bymi-survey-page *,
.bymi-survey-page *::before,
.bymi-survey-page *::after{
  box-sizing: border-box;
}

.bymi-survey-hero{
  width: min(1080px, 100%);
  margin: 0 auto 24px;
}

.bymi-survey-hero h1{
  margin: 0;
  max-width: 720px;
  font-size: 58px;
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-survey-hero p:last-child{
  margin: 16px 0 0;
  max-width: 580px;
  color: rgba(17, 17, 17, .68);
  font-size: 17px;
  line-height: 1.7;
  word-break: keep-all;
}

.bymi-survey-shell{
  width: min(1080px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 24px 70px rgba(27, 31, 35, .10);
  overflow: hidden;
}

.bymi-survey-progress{
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid rgba(17, 17, 17, .1);
  background: #111;
  color: #fff;
}

.bymi-survey-progress span{
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  font-weight: 900;
}

.bymi-survey-progress strong{
  display: block;
  font-size: 15px;
  font-weight: 900;
}

.bymi-progress-track{
  width: 100%;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  overflow: hidden;
}

.bymi-progress-track span{
  display: block;
  width: 0;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #f0c36a, #d95f43, #4f7b61);
  transition: width .28s ease;
}

.bymi-choice-form{
  padding: 30px;
}

.bymi-survey-stage{
  min-height: 440px;
}

.bymi-question-head{
  max-width: 760px;
  margin-bottom: 26px;
}

.bymi-question-head p{
  margin: 0 0 10px;
  color: #8a5b36;
  font-size: 12px;
  font-weight: 900;
}

.bymi-question-head h2{
  margin: 0;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-question-head span{
  display: block;
  margin-top: 12px;
  color: rgba(17, 17, 17, .62);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.bymi-choice-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bymi-choice-grid--movies{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bymi-choice-card{
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, .12);
  border-radius: 8px;
  background: #fff;
  color: #111;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.bymi-choice-card:hover{
  transform: translateY(-2px);
  border-color: rgba(17, 17, 17, .42);
  box-shadow: 0 14px 26px rgba(17, 17, 17, .08);
}

.bymi-choice-card.is-selected{
  border-color: #111;
  background: #f4efe2;
  box-shadow: inset 0 0 0 2px #111;
}

.bymi-choice-card span{
  display: block;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-choice-card small{
  justify-self: start;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(17, 17, 17, .07);
  color: rgba(17, 17, 17, .58);
  font-size: 11px;
  font-weight: 900;
}

.bymi-choice-card.is-selected small{
  background: #111;
  color: #fff;
}

.bymi-movie-toolbar{
  display: flex;
  justify-content: flex-end;
  margin: -6px 0 14px;
}

.bymi-refresh-button{
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, .2);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.bymi-refresh-button:hover{
  border-color: #111;
}

.bymi-survey-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, .1);
}

.bymi-nav-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  transition: opacity .18s ease, transform .18s ease;
}

.bymi-nav-button:hover{
  transform: translateY(-1px);
}

.bymi-nav-button:disabled{
  opacity: .36;
  cursor: not-allowed;
  transform: none;
}

.bymi-nav-button--ghost{
  background: #fff;
  color: #111;
}

.bymi-finish{
  display: grid;
  place-items: center;
  min-height: 400px;
  padding: 48px 20px;
  text-align: center;
}

.bymi-finish p{
  margin: 0 0 12px;
  color: #4f7b61;
  font-size: 12px;
  font-weight: 900;
}

.bymi-finish h2{
  margin: 0;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-finish span{
  display: block;
  max-width: 520px;
  margin-top: 14px;
  color: rgba(17, 17, 17, .62);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.bymi-finish a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 20px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 760px){
  .bymi-survey-page{
    padding: 22px 14px 56px;
  }

  .bymi-survey-hero h1{
    font-size: 38px;
  }

  .bymi-survey-hero p:last-child{
    font-size: 15px;
  }

  .bymi-survey-progress{
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .bymi-choice-form{
    padding: 20px;
  }

  .bymi-survey-stage{
    min-height: 0;
  }

  .bymi-question-head h2{
    font-size: 26px;
  }

  .bymi-choice-grid,
  .bymi-choice-grid--movies{
    grid-template-columns: 1fr;
  }

  .bymi-choice-card{
    min-height: 96px;
  }

  .bymi-survey-actions{
    position: sticky;
    bottom: 0;
    margin-right: -20px;
    margin-left: -20px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(12px);
  }

  .bymi-nav-button{
    min-width: 0;
    flex: 1;
  }
}

/* BYMI survey redesign */
.bymi-survey-page{
  padding: 34px 44px 52px;
  background: #fff;
}

.bymi-survey-hero{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.bymi-survey-shell{
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  width: min(1840px, 100%);
  min-height: 820px;
  margin: 0 auto;
  border: 1px solid #e2e3e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(15, 23, 42, .06);
  overflow: hidden;
}

.bymi-stepper{
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 78px;
  padding-top: 72px;
  border-right: 1px solid #ebecef;
}

.bymi-stepper::before{
  content: "";
  position: absolute;
  top: 102px;
  bottom: 96px;
  left: 50%;
  width: 1px;
  background: #d8dade;
  transform: translateX(-50%);
}

.bymi-step-dot{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #d9dce0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .04);
}

.bymi-step-dot.is-active{
  border-color: #ff4c43;
  background: linear-gradient(135deg, #ff3030, #ff685d);
  color: #fff;
  box-shadow: 0 10px 22px rgba(255, 76, 67, .24);
}

.bymi-step-dot.is-done{
  color: #555b61;
}

.bymi-choice-form{
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto;
  padding: 84px 48px 0;
}

.bymi-survey-stage{
  min-height: 0;
}

.bymi-question-head{
  max-width: none;
  margin: 0 0 54px;
}

.bymi-question-head p{
  margin: 0 0 36px;
  color: #43464d;
  font-size: 25px;
  font-weight: 800;
}

.bymi-question-head p strong{
  color: #ff4c43;
}

.bymi-question-head h2{
  margin: 0;
  color: #050505;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-question-head span{
  display: block;
  margin-top: 32px;
  color: #51555d;
  font-size: 22px;
  line-height: 1.55;
}

.bymi-choice-grid{
  display: grid;
  gap: 28px 38px;
}

.bymi-choice-grid--pills{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bymi-choice-grid--movies{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.bymi-choice-card{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 102px;
  padding: 0 76px 0 34px;
  border: 1px solid #d7d9de;
  border-radius: 999px;
  background: #fff;
  color: #0b0b0b;
  text-align: center;
  box-shadow: none;
}

.bymi-choice-grid--movies .bymi-choice-card,
.bymi-region-list .bymi-choice-card{
  justify-content: flex-start;
  min-height: 124px;
  border-radius: 8px;
  text-align: left;
}

.bymi-choice-card span{
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  word-break: keep-all;
}

.bymi-choice-card i{
  position: absolute;
  top: 50%;
  right: 34px;
  width: 28px;
  height: 28px;
  border: 2px solid #cfd2d7;
  border-radius: 50%;
  transform: translateY(-50%);
}

.bymi-choice-card.is-selected{
  border-color: #ff4c43;
  background: linear-gradient(135deg, rgba(255, 76, 67, .08), rgba(255, 255, 255, .96));
  box-shadow: none;
}

.bymi-choice-card.is-selected i{
  border-color: #ff4c43;
  background: #ff4c43;
}

.bymi-choice-card.is-selected i::after{
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.bymi-choice-card:hover{
  transform: none;
  border-color: #ff4c43;
  box-shadow: 0 14px 30px rgba(255, 76, 67, .08);
}

.bymi-region-picker{
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: 32px;
}

.bymi-region-picker h3{
  margin: 0 0 18px;
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.bymi-region-list{
  display: grid;
  gap: 14px;
  max-height: 430px;
  padding-right: 8px;
  overflow: auto;
}

.bymi-region-list p{
  margin: 0;
  padding: 34px 24px;
  border: 1px dashed #d7d9de;
  border-radius: 8px;
  color: #7a7f87;
  font-size: 16px;
}

.bymi-region-list .bymi-choice-card{
  min-height: 62px;
}

.bymi-region-list .bymi-choice-card span{
  font-size: 17px;
}

.bymi-region-list .bymi-choice-card i{
  width: 22px;
  height: 22px;
  right: 20px;
}

.bymi-region-list .bymi-choice-card.is-selected i::after{
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
}

.bymi-movie-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -22px 0 34px;
}

.bymi-movie-toolbar span{
  color: #ff4c43;
  font-size: 20px;
  font-weight: 800;
}

.bymi-refresh-button{
  min-height: 64px;
  padding: 0 30px;
  border: 1px solid #cfd2d7;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 20px;
  font-weight: 900;
}

.bymi-email-box{
  display: grid;
  gap: 16px;
  max-width: 760px;
}

.bymi-email-box span{
  color: #111;
  font-size: 18px;
  font-weight: 900;
}

.bymi-email-box input{
  width: 100%;
  min-height: 86px;
  padding: 0 28px;
  border: 1px solid #d7d9de;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 26px;
  font-weight: 800;
}

.bymi-email-box input:focus{
  outline: none;
  border-color: #ff4c43;
  box-shadow: 0 0 0 4px rgba(255, 76, 67, .12);
}

.bymi-survey-actions{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 64px -48px 0;
  padding: 46px 48px;
  border-top: 1px solid #e4e5e8;
}

.bymi-nav-button{
  min-width: 190px;
  min-height: 80px;
  border-radius: 999px;
  border-color: transparent;
  background: linear-gradient(135deg, #ff3030, #ff5b4f);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 16px 28px rgba(255, 76, 67, .18);
}

.bymi-nav-button--ghost{
  border: 1px solid #d7d9de;
  background: #fff;
  color: #8b9098;
  box-shadow: none;
}

.bymi-nav-button:disabled{
  opacity: .45;
}

.bymi-status{
  min-height: 28px;
  margin: 10px 0 0;
  font-size: 15px;
}

@media (max-width: 1180px){
  .bymi-survey-page{
    padding: 24px;
  }

  .bymi-question-head h2{
    font-size: 44px;
  }

  .bymi-choice-grid--pills,
  .bymi-choice-grid--movies{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px){
  .bymi-survey-page{
    padding: 0;
  }

  .bymi-survey-shell{
    display: block;
    min-height: calc(100vh - 72px);
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bymi-stepper{
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 20px 16px 8px;
    border-right: 0;
    border-bottom: 1px solid #eceef1;
  }

  .bymi-stepper::before{
    display: none;
  }

  .bymi-step-dot{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .bymi-choice-form{
    display: block;
    padding: 28px 18px 0;
  }

  .bymi-question-head{
    margin-bottom: 28px;
  }

  .bymi-question-head p{
    margin-bottom: 18px;
    font-size: 17px;
  }

  .bymi-question-head h2{
    font-size: 31px;
    line-height: 1.16;
  }

  .bymi-question-head span{
    margin-top: 14px;
    font-size: 15px;
  }

  .bymi-choice-grid--pills,
  .bymi-choice-grid--movies{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bymi-choice-card,
  .bymi-choice-grid--movies .bymi-choice-card{
    min-height: 64px;
    padding: 0 58px 0 18px;
    border-radius: 14px;
  }

  .bymi-choice-card span{
    font-size: 18px;
  }

  .bymi-choice-card i{
    right: 20px;
    width: 23px;
    height: 23px;
  }

  .bymi-choice-card.is-selected i::after{
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
  }

  .bymi-region-picker{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .bymi-region-list{
    max-height: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bymi-region-list .bymi-choice-card{
    min-height: 52px;
  }

  .bymi-region-list .bymi-choice-card span{
    font-size: 14px;
  }

  .bymi-movie-toolbar{
    margin: -8px 0 18px;
  }

  .bymi-refresh-button{
    min-height: 44px;
    padding: 0 16px;
    font-size: 15px;
  }

  .bymi-email-box input{
    min-height: 64px;
    padding: 0 18px;
    font-size: 18px;
  }

  .bymi-survey-actions{
    position: sticky;
    bottom: 0;
    margin: 30px -18px 0;
    padding: 14px 18px;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }

  .bymi-nav-button{
    min-width: 0;
    min-height: 56px;
    flex: 1;
    font-size: 17px;
  }
}

/* Final BYMI visual system */
.bymi-survey-page{
  padding: 18px 32px 34px;
}

.bymi-survey-shell{
  grid-template-columns: 88px minmax(0, 1fr);
  width: min(1220px, 100%);
  min-height: 560px;
}

.bymi-stepper{
  gap: 42px;
  padding-top: 42px;
}

.bymi-stepper::before{
  top: 64px;
  bottom: 58px;
}

.bymi-step-dot{
  width: 38px;
  height: 38px;
  font-size: 15px;
}

.bymi-choice-form{
  padding: 42px 32px 0;
}

.bymi-question-head{
  margin-bottom: 26px;
}

.bymi-question-head p{
  margin-bottom: 16px;
  font-size: 16px;
}

.bymi-question-head h2{
  font-size: 34px;
}

.bymi-question-head span{
  margin-top: 12px;
  font-size: 15px;
}

.bymi-choice-grid{
  gap: 14px 18px;
}

.bymi-choice-card{
  min-height: 60px;
  padding: 0 50px 0 24px;
}

.bymi-choice-grid--movies .bymi-choice-card{
  min-height: 74px;
}

.bymi-choice-card span{
  font-size: 17px;
}

.bymi-choice-card i{
  right: 20px;
  width: 20px;
  height: 20px;
}

.bymi-choice-card.is-selected i::after{
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
}

.bymi-region-picker{
  grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
}

.bymi-region-list{
  max-height: 268px;
  gap: 10px;
}

.bymi-region-list .bymi-choice-card{
  min-height: 44px;
}

.bymi-movie-toolbar{
  margin: -8px 0 16px;
}

.bymi-movie-toolbar span{
  font-size: 17px;
}

.bymi-refresh-button{
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
}

.bymi-email-box input{
  min-height: 58px;
  font-size: 17px;
}

.bymi-survey-actions{
  margin: 30px -32px 0;
  padding: 22px 32px;
}

.bymi-nav-button{
  min-width: 138px;
  min-height: 52px;
  font-size: 16px;
}

.bymi-landing,
.bymi-feedback-page{
  max-width: none;
  padding: 24px 36px 58px;
  background: #fff;
}

.bymi-landing-hero,
.bymi-feedback-shell,
.bymi-result-preview,
.bymi-bottom-band{
  width: min(1480px, 100%);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #e2e3e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(15, 23, 42, .06);
}

.bymi-landing-hero{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  min-height: 360px;
  padding: 58px 64px;
}

.bymi-landing-hero h1{
  margin: 0;
  color: #050505;
  font-size: 88px;
  line-height: .9;
  font-weight: 900;
  letter-spacing: 0;
}

.bymi-landing-hero__lead{
  max-width: 760px;
  margin: 26px 0 0;
  color: #151515;
  font-size: 32px;
  line-height: 1.24;
  font-weight: 900;
  word-break: keep-all;
}

.bymi-landing-hero__actions{
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bymi-red-button,
.bymi-ghost-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}

.bymi-red-button{
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ff3030, #ff5b4f);
  color: #fff;
  box-shadow: 0 14px 24px rgba(255, 76, 67, .18);
}

.bymi-spark-button::before{
  content: "";
  position: absolute;
  top: -80%;
  left: -45%;
  width: 42%;
  height: 260%;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.16) 28%, rgba(255,255,255,.78) 50%, rgba(255,255,255,.16) 72%, transparent 100%);
  transform: rotate(18deg);
  animation: bymiSparkSweep 3.4s ease-in-out infinite;
  pointer-events: none;
}

.bymi-spark-button::after{
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.75) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 28%, rgba(255,255,255,.62) 0 1px, transparent 2px),
    radial-gradient(circle at 60% 72%, rgba(255,255,255,.50) 0 1px, transparent 2px);
  opacity: .46;
  animation: bymiSparkTwinkle 2.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bymiSparkSweep{
  0%, 38%{
    left: -50%;
    opacity: 0;
  }
  48%{
    opacity: .95;
  }
  66%, 100%{
    left: 112%;
    opacity: 0;
  }
}

@keyframes bymiSparkTwinkle{
  0%, 100%{
    opacity: .24;
  }
  50%{
    opacity: .7;
  }
}

@media (prefers-reduced-motion: reduce){
  .bymi-spark-button::before,
  .bymi-spark-button::after{
    animation: none;
  }
}

.bymi-ghost-button{
  background: #fff;
  color: #111;
  border-color: #d7d9de;
}

.bymi-panel-grid{
  width: min(1480px, 100%);
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
}

.bymi-panel-grid--four{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bymi-info-panel{
  min-height: 230px;
  padding: 28px;
  border: 1px solid #e2e3e7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 38px rgba(15, 23, 42, .045);
}

.bymi-info-panel span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff3030, #ff5b4f);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.bymi-info-panel h2{
  margin: 0;
  color: #050505;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-info-panel p{
  margin: 16px 0 0;
  color: #51555d;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

.bymi-result-preview{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 38px;
}

.bymi-result-preview__copy h2,
.bymi-bottom-band h2,
.bymi-feedback-intro h1{
  margin: 0;
  color: #050505;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  word-break: keep-all;
}

.bymi-result-preview__copy p:not(.bymi-kicker),
.bymi-bottom-band p,
.bymi-feedback-intro p{
  margin: 16px 0 0;
  color: #51555d;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.bymi-result-preview__copy .bymi-ghost-button{
  margin-top: 26px;
}

.bymi-sample-preview--clean{
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e3e7;
}

.bymi-bottom-band{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 24px;
  padding: 38px;
}

.bymi-feedback-shell{
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  gap: 46px;
  padding: 52px;
}

.bymi-feedback-intro{
  align-self: start;
  position: sticky;
  top: 96px;
}

.bymi-feedback-form{
  display: grid;
  gap: 22px;
}

.bymi-clean-input{
  display: grid;
  gap: 12px;
}

.bymi-clean-input span{
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.bymi-clean-input input,
.bymi-clean-input textarea{
  width: 100%;
  border: 1px solid #d7d9de;
  border-radius: 12px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 17px;
  font-weight: 700;
}

.bymi-clean-input input{
  min-height: 62px;
  padding: 0 20px;
}

.bymi-clean-input textarea{
  min-height: 62px;
  height: 62px;
  padding: 16px 20px;
  line-height: 1.45;
  resize: vertical;
}

.bymi-clean-input input:focus,
.bymi-clean-input textarea:focus{
  outline: none;
  border-color: #ff4c43;
  box-shadow: 0 0 0 4px rgba(255, 76, 67, .12);
}

.bymi-reaction-field{
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
}

.bymi-reaction-field legend{
  margin: 0 0 12px;
  padding: 0;
  color: #111;
  font-size: 16px;
  font-weight: 900;
}

.bymi-reaction-options{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bymi-reaction-option{
  position: relative;
  display: block;
  cursor: pointer;
}

.bymi-reaction-option input{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.bymi-reaction-option span{
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid #d7d9de;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.bymi-reaction-option input:focus-visible + span{
  outline: 3px solid rgba(255, 76, 67, .22);
  outline-offset: 2px;
}

.bymi-reaction-option input:checked + span{
  border-color: #ff4c43;
  background: rgba(255, 76, 67, .06);
  color: #ff3f38;
  box-shadow: 0 12px 28px rgba(255, 76, 67, .12);
}

.bymi-clean-consent{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #51555d;
  font-size: 14px;
  line-height: 1.65;
}

.bymi-clean-consent input{
  margin-top: 4px;
  accent-color: #ff4c43;
}

.bymi-clean-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 12px;
}

.bymi-clean-bottom p{
  margin: 0;
  color: #777d86;
  font-size: 13px;
  line-height: 1.6;
}

.bymi-clean-bottom button{
  border: 0;
}

@media (max-width: 1180px){
  .bymi-survey-shell,
  .bymi-landing-hero,
  .bymi-feedback-shell,
  .bymi-result-preview,
  .bymi-bottom-band{
    width: 100%;
  }

  .bymi-panel-grid,
  .bymi-panel-grid--four{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bymi-landing-hero{
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bymi-landing-hero__actions{
    justify-content: flex-start;
  }

  .bymi-feedback-shell{
    grid-template-columns: 1fr;
  }

  .bymi-feedback-intro{
    position: static;
  }
}

@media (max-width: 760px){
  .bymi-survey-page{
    padding: 0;
  }

  .bymi-survey-shell{
    min-height: calc(100vh - 72px);
  }

  .bymi-choice-form{
    padding: 26px 18px 0;
  }

  .bymi-question-head h2{
    font-size: 29px;
  }

  .bymi-question-head span{
    font-size: 15px;
  }

  .bymi-choice-card,
  .bymi-choice-grid--movies .bymi-choice-card{
    min-height: 58px;
  }

  .bymi-choice-card span{
    font-size: 17px;
  }

  .bymi-survey-actions{
    margin: 26px -18px 0;
    padding: 12px 18px;
  }

  .bymi-landing,
  .bymi-feedback-page{
    padding: 0 0 42px;
  }

  .bymi-landing-hero,
  .bymi-feedback-shell,
  .bymi-result-preview,
  .bymi-bottom-band{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .bymi-landing-hero{
    min-height: 0;
    padding: 38px 20px;
  }

  .bymi-landing-hero h1{
    font-size: 58px;
  }

  .bymi-landing-hero__lead{
    font-size: 24px;
  }

  .bymi-landing-hero__actions,
  .bymi-bottom-band,
  .bymi-clean-bottom{
    flex-direction: column;
    align-items: stretch;
  }

  .bymi-reaction-options{
    grid-template-columns: 1fr;
  }

  .bymi-reaction-option span{
    min-height: 54px;
    border-radius: 12px;
  }

  .bymi-red-button,
  .bymi-ghost-button{
    width: 100%;
    min-height: 52px;
  }

  .bymi-panel-grid,
  .bymi-panel-grid--four{
    grid-template-columns: 1fr;
    width: auto;
    margin: 14px 16px 0;
  }

  .bymi-info-panel{
    min-height: 0;
    padding: 22px;
  }

  .bymi-result-preview{
    grid-template-columns: 1fr;
    margin-top: 14px;
    padding: 26px 20px;
  }

  .bymi-result-preview__copy h2,
  .bymi-bottom-band h2,
  .bymi-feedback-intro h1{
    font-size: 28px;
  }

  .bymi-bottom-band{
    align-items: stretch;
    margin-top: 14px;
    padding: 26px 20px;
  }

  .bymi-feedback-shell{
    padding: 32px 20px;
  }
}

/* Mobile-first cleanup for the BYMI survey flow */
@media (max-width: 900px){
  .bymi-survey-page{
    min-height: auto;
    padding: 0;
    background: #fff;
  }

  .bymi-survey-shell{
    display: block;
    width: 100%;
    min-height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }

  .bymi-stepper{
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    align-items: center;
    justify-items: center;
    padding: 18px 18px;
    border-right: 0;
    border-bottom: 1px solid #eceef1;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }

  .bymi-stepper::before{
    display: none;
  }

  .bymi-step-dot{
    width: 40px;
    height: 40px;
    font-size: 15px;
    box-shadow: none;
  }

  .bymi-step-dot.is-active{
    box-shadow: 0 10px 24px rgba(255, 76, 67, .2);
  }

  .bymi-choice-form{
    display: block;
    padding: 28px 20px 104px;
  }

  .bymi-survey-stage{
    min-height: auto;
  }

  .bymi-question-head{
    margin: 0 0 28px;
  }

  .bymi-question-head p{
    margin: 0 0 16px;
    font-size: 17px;
  }

  .bymi-question-head h2{
    max-width: 11em;
    margin: 0;
    font-size: clamp(30px, 9vw, 40px);
    line-height: 1.12;
    word-break: keep-all;
  }

  .bymi-question-head span{
    margin-top: 16px;
    font-size: 17px;
    line-height: 1.55;
  }

  .bymi-choice-grid{
    gap: 12px;
  }

  .bymi-choice-grid--pills{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bymi-choice-grid--movies{
    grid-template-columns: 1fr;
  }

  .bymi-choice-card,
  .bymi-choice-grid--movies .bymi-choice-card,
  .bymi-region-list .bymi-choice-card{
    justify-content: flex-start;
    min-height: 60px;
    padding: 0 52px 0 18px;
    border-radius: 12px;
    text-align: left;
  }

  .bymi-choice-card span,
  .bymi-region-list .bymi-choice-card span{
    font-size: 17px;
    line-height: 1.25;
  }

  .bymi-choice-card i,
  .bymi-region-list .bymi-choice-card i{
    right: 18px;
    width: 24px;
    height: 24px;
  }

  .bymi-choice-card.is-selected i::after,
  .bymi-region-list .bymi-choice-card.is-selected i::after{
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
  }

  .bymi-region-picker{
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bymi-region-picker h3{
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.25;
  }

  .bymi-region-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-height: none;
    padding-right: 0;
    overflow: visible;
  }

  .bymi-region-list p{
    grid-column: 1 / -1;
    padding: 22px 18px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
  }

  .bymi-movie-toolbar{
    margin: -6px 0 16px;
  }

  .bymi-movie-toolbar span{
    font-size: 15px;
  }

  .bymi-refresh-button{
    min-height: 42px;
    padding: 0 16px;
    border-radius: 10px;
    font-size: 14px;
  }

  .bymi-email-box{
    max-width: none;
  }

  .bymi-email-box input{
    min-height: 60px;
    padding: 0 16px;
    border-radius: 12px;
    font-size: 17px;
  }

  .bymi-survey-actions{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: minmax(92px, .42fr) 1fr;
    gap: 10px;
    margin: 0;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    border-top: 1px solid #eceef1;
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(14px);
  }

  .bymi-nav-button{
    width: 100%;
    min-width: 0;
    min-height: 54px;
    font-size: 16px;
  }

  .bymi-status{
    margin-top: 16px;
    font-size: 14px;
  }
}

@media (max-width: 420px){
  .bymi-stepper{
    padding: 16px 12px;
    gap: 6px;
  }

  .bymi-step-dot{
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .bymi-choice-form{
    padding-right: 16px;
    padding-left: 16px;
  }

  .bymi-question-head h2{
    font-size: clamp(28px, 9vw, 36px);
  }

  .bymi-question-head span{
    font-size: 16px;
  }

  .bymi-region-list{
    grid-template-columns: 1fr;
  }

  .bymi-choice-grid--pills{
    grid-template-columns: 1fr;
  }
}

/* Horizontal mobile stepper, based on the desktop vertical step rhythm */
@media (max-width: 900px){
  .bymi-stepper{
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 18px 28px;
  }

  .bymi-stepper::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 48px;
    left: 48px;
    width: auto;
    height: 1px;
    background: #dfe2e6;
    transform: translateY(-50%);
  }

  .bymi-step-dot{
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    background: #fff;
  }

  .bymi-step-dot.is-active{
    border-color: #ff4c43;
    background: linear-gradient(135deg, #ff3030, #ff685d);
    color: #fff;
  }

  .bymi-step-dot.is-done{
    border-color: #dfe2e6;
    background: #fff;
    color: #555b61;
  }
}

@media (max-width: 420px){
  .bymi-stepper{
    padding-right: 20px;
    padding-left: 20px;
  }

  .bymi-stepper::before{
    right: 36px;
    left: 36px;
  }
}
