* {
  box-sizing: border-box;
  max-width: 100%;
}

html,
body {
  margin: 0;
  font-family: "Onest", sans-serif;
  color: #191c1f;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

.topper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
height: 4px;
background: var(--12, linear-gradient(90deg, #00B5E2 0%, #EF3340 50.48%, #509E2F 100%));
z-index:2;
}

/* Section */
.hero {
  min-height: 100svh;

  align-items: center;
  justify-content: center;
  background: linear-gradient(244.87deg, #e9e9e9 -0.68%, #e1e1e1 104.08%);
  position: relative;
}

.card {
  width: 100%;
  min-height: 100vh;
  border-radius: 0;
background: #fff;

  display: grid;
  grid-template-columns: 1fr 1fr;


}

/* Left visual panel */
.visual {
  position: relative;

  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 56px 56px 64px 0;
  position: relative;
  /* border-right: 1px solid #eef0f5; */
  background: url(./img/bg.png) no-repeat center / cover;


}

.bubble {
  border-radius: 14px;
background: #FFF;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.14);
padding: 12px 20px;
color: #111;
width: 60%;
font-size: 16px;
font-weight: 700;
position: relative;
}

.bubble span {
color: #9A9A9A;
font-weight: 400;
}

.bubble p {
  margin: 0;
}

.bubble .pinduk {

max-width: 30px;
    height: 50px;
  transform: rotate(45deg);
  left: 30px;
  margin-top: -30px;
  background: #fff;

}

.start-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0C0C0C;
  border: none;
  /* padding: 10px 18px; */
font-size: 12px;
font-weight: 500;
border-radius: 50px;
/* background: #EF3340; */
}

.privacy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #ffffffd9;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.visual img {
  width: 100%;
  max-width: 460px;
  display: block;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.25));
}

/* Right content panel */
.content {

  padding: 56px 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  position: relative;


}

header {
  padding: 15px 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  height: 72px;
}

.tagline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8FA4B9;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.logo img {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 0.2px;
  width: 143px;
}

h1.big {
  color: #fff;
  line-height: 130%;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 40px;
  background: #FFFFFF40;
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border-radius: 0 32px 32px 0;



}

.title {
  font-size: 36px;
color: #0C0C0C;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 0;
  text-align: center;

}

.lead {
  margin: 0;
  color: #A8AAB4;
  line-height: 1.3;
  font-size: 22px;
  margin:  0 0 30px;

}

.cta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;


  border-radius: 16px;
  font-size: 21px;
  font-weight: 600;
  width: max-content;
padding: 24px;
  cursor: pointer;
border-radius: 12px;
border: 3px solid #00B5E2;
background: linear-gradient(89deg, #00B5E2 -10.31%, #EF3340 52.26%, #509E2F 113.64%);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);

width: 100%;
color: #fff;


}

#start-btn {

}

.dot {
  width: 8px;
  height: 8px;
  background: #7dffb3;
  border-radius: 50%;
}
.ver-mob {
    display: none;
}
/* Mobile layout */
@media (max-width: 920px) {
  .card {
    grid-template-columns: 1fr;



  }
  .ver-mob {
    display: block;

}

  .visual {

    border-right: 0;
    /* border-top: 1px solid #eef0f5; */
    padding: 15px;
    background: url(./img/bg-mob.png) no-repeat top center / 100% auto;
  }

  .bubble {
    width: 100%;
  }

  @media(max-width: 380px) {
    .bubble {
    width: 100%;
    margin-top: 180px;
  }
  }

  .content {

    padding: 32px 22px 12px;
  border-bottom: 1px solid #ffffff50;
align-items: center;

justify-content: start;

  }

  .logo {
    font-size: 36px;
    text-align: center;
  }

    header {
  padding: 15px 20px;
  justify-content: flex-start;
  height: 55px;
  gap: 5px;
}

  .tagline {
    display: none;
    font-size: 12px;
  }

  .logo img {
    width: 110px;
  }

  h1.big {
    font-size: 32px;
    padding: 30px;
  }

  .title {
    font-size: 22px;


  }

  .lead {
    font-size: 18px;


  }

  .cta {
    width: 100%;
    justify-content: center;
  }
}

/* Quiz Section */
.quiz,
.form {
  min-height: 100svh;
  display: flex;
  height: 100vh;
  justify-content: center;
align-items: center;
  background-size: cover;
  background-position: center;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;

z-index: 100;

  padding: 40px;
}
.quiz::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.70);
content: "";
z-index: -1;
}


.quiz-box,
.form-box {

border-radius: 20px;
background: #FFF;
box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.25);


justify-content: center;
  width: fit-content;
  height: fit-content;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;

}



.form-box {
  flex-direction: row;
  align-items: center;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 40px;
  gap: 50px;
}





.quiz h2 {
color: #111;

font-size: 18px;

font-weight: 400;
line-height: 130%;

}
.quiz h2 b {
  color: #EF3340;
  font-weight: 700;
  display: none;
}
.quiz-flexxer {
  display: flex;
  padding: 0 ;
  gap: 50px;
}

.quiz-flexxer > div {
  width: 100%;
}

.quiz-options > div {
  width: 100%;
  max-width: 433px;
}

.quiz-img {
  width: 100%;
  max-width: 600px;

}

.quiz-img > img {
  max-height: 66vh;
}

.quiz-options {
  display: flex;

}

.quiz-options .answer {
  display: block;

  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
font-weight: 700;
  transition: 0.2s;
  margin: 0 0 12px 0;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  gap: 20px;
border-radius: 10px;
border: 1px solid #B2B2B2;

background: #fff;
color: #111;
}

.answer-sub {
  font-weight: 400;
}

.sub-answ {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.quiz-options .answer-round {
  display: block;
  min-width: 20px;
  height: 20px;
background: #FF8200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.quiz-options .answer.active .answer-round {
background: #041322;

}
.quiz-options .answer.active {
background: #EF3340;
color: #fff;

}

/* .quiz-options .answer.active .answer-round::before {
  content: '';
  display: block;
    min-width: 10px;
  height: 10px;
background: #000;
  border-radius: 50%;

} */

.quiz-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  border-radius:  0 0 14px 14px;
  background: #f5f5f5;
}

.quiz-footer .progress {
  font-size :17px;
  color: #ABABAB;
}

.steps {
  display: flex;
  gap: 5px;
  padding-top: 5px;
}

.steps2, .progress2 {

}

.step {
  display: block;
  min-width: 12px;
  height: 12px;
  border: 1px solid #EF3340;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step.done {
  background: #EF3340;
}

.step.active::before {
  content: '';
display: block;
  min-width: 7px;
  height: 7px;
  background: #EF3340;
  border-radius: 50%;

}

.quiz-footer .prev {
  border-radius: 50%;
  border: 1px solid #191c1f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  cursor: pointer;
  background: transparent;
}

.quiz-footer .next {
background: #FF8200;
display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;

}
.quiz-footer .next img {
  width: 20px;
}

.footer-btns {
  display: flex;
  gap: 15px;
}

.quiz img {
  object-fit: contain;
  width: 100%;
  border-radius: 10px;
}

.quiz-boxx {
  display: none;
}

.form-left {
  flex: 1;
  padding: 20px 40px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;

  border-right: 1px solid #09233E;


}


.form-left img {
max-width: 140px
}

.form-left h2 {
  font-size: 40px;
  padding: 50px 0 24px;
  font-weight: 500;
  color: #fff;
}

.form-left p {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  color: #ffffff99;
}

.form-right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
justify-content: center;
align-items: center;
max-width: 550px;
width: 100%;

border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: linear-gradient(215deg, #0C0C1D 21.65%, #2A3757 109.14%);
}

.form-right h2 {
  font-size: 21px;
text-align: center;
font-weight: 600;
color: #fff;
margin: 0;
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}

.input-label {
  font-size: 13px;
  font-weight: 400;
display: none;
  color: #fff;
  opacity: 0.5;
}

.input-field {
  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  padding: 12px 14px;
  font-size: 15px;
  color: #000;
  font-size: 18px;
border-radius: 8px;
border: 1px solid #BEBEBE;
background: #FFF;
}

.input-field svg {
  width: 25px;
  height: 25px;
  fill: #5057f2;
  flex-shrink: 0;
}

.input-field input {
  border: none;
  outline: none;
background: transparent;
  font-size: 18px;
  flex: 1;
  color: #111;
}
.input-field input::placeholder {
color: #759ABE;
}
.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.checkbox input {
  width: 16px;
  height: 16px;
}

.nachat {
  color: #919191;
  font-size: 13px;
  text-align: center;
}

.nachat2 {
  display: flex;
padding: 12px;
align-items: flex-start;
gap: 12px;
color: #BBC6D7;

font-size: 13px;

font-weight: 400;
line-height: 140%; /* 18.2px */
letter-spacing: -0.13px;

border-radius: 12px;
border: 1px solid rgba(255, 255, 255, 0.25);
background: rgba(255, 255, 255, 0.20);

}
.nachat2 p {
  margin: 0;
}

.nachat2 img {
  width: 24px;
  height: 24px;
}

.submit-btn {
  width: 100%;
border: none;
background: #00B5E2;
}

.download {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;

}

.quiz,
.form,
.quiz-boxx,
.mob-img  {
  display: none;
}


.footer-mob {
  display: flex;
  flex-direction: row;
  padding: 0 0 ;
  justify-content: space-between;
  align-items: center;
  width: 100%;

}
.progress2 {
display: block;
font-size: 15px;
color: #ABABAB;
}

#currentStep2 {
  color: #111;
}
  .steps2 {
  display: flex;
  gap: 5px;
  padding-top: 5px;
}


.last-logo {
  max-width: 207px !important;
}
/* Mobile */
@media (max-width: 800px) {

  .desk-img, .progress, .steps {
    display: none;
  }



.footer-mob {

  width: 100%;
}


  .quiz img {
    border-radius: 0 ;

  }
  .mob-img {
    display: block;
  }
  .card {
    grid-template-columns: 1fr;
  }

  .content {
    padding: 32px 22px;
    text-align: center;
    border-left: none;
  }

  .quiz-box {
    grid-template-columns: 1fr;

    justify-content: space-between;

  }

  .quiz-flexxer {
    flex-direction: column-reverse;
    padding: 0 0 10px;
    gap: 0;

  }
  .quiz-options {

  }


  .formmm .quiz-flexxer{
    flex-direction: column;
    padding: 0;

  }

  .formmm {

  }

  .form-box {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    padding: 15px;
  }
.quiz h2 {
  font-size: 18px;
  font-weight: 500;
}
  .form-left {
    border-right: none;
flex: 0;
    margin-bottom: 20px;
    padding: 20px 20px 40px;
  }

  .form-right {
    padding: 30px;
    width: 100%;
flex: 0;


  }
  .form-right h2 {
  font-size: 21px;
text-align: center;
font-weight: 600;
margin: 0;
}

  .form-left {
    text-align: center;
    margin: 0;
        gap: 20px;
    align-items: center;

  }
  .form-left h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;


  }

  .form-left p {
    font-size: 18px;
  }
  .quiz,
  .form {


  }

  .form-left img {
    margin-bottom: 20px;
  }
  .footer-btns {
    justify-content: space-between;
    width: 100%;
  }
  .quiz-footer {
    padding: 15px;
  }

.quiz-options .answer {
  font-size: 18px;
}



}

input[type="checkbox"]:checked {
  accent-color: black;
}
