* {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  /* overflow: hidden;  */
}

:root {
  --font-family: "Sora", sans-serif;
  --second-family: "Inter", sans-serif;
  --main-text-color: #171952;
  --bg-primary: #f8fafc;
  --card-bg: #ffffff;
  --text-main: #1e293b;
  --text-muted: #64748b;
  --accent-color: #3b82f6;
  --accent-light: #eff6ff;
  --border-color: #e2e8f0;
  --border-hover: #cbd5e1;
  --radio-border: #cbd5e1;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.02);
  --shadow-md:
    0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  --error-color: #ef4444;
  --error-bg: #fef2f2;
  --error-border: #fca5a5;
}

.iti {
  width: 100%;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.iti__selected-dial-code {
  color: #000;
}
.top__step2 {
  display: none;
}
.top__step3 {
  display: none;
}
.top__step4 {
  display: none;
}
.top__step2_text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 154%;
  color: #333;
  margin-top: 15px;
  margin-bottom: 15px;
}
.top__step2_img {
  width: 100%;
  margin-bottom: 15px;
}
.top__step3_img {
  margin-top: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.container {
  position: relative;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.video-container {
  /* position: absolute;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; */
}
.top__step2_stage {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 10px;
}
.top__step2_stage_title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 144%;
  color: #0d0d0d;
  margin-bottom: 10px;
}
.top__step2_stage_subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 10px;
  color: #808080;
  margin-bottom: 10px;
}

.circle {
  display: block;
  width: 100%;
  /* height: 250px; */
  object-fit: contain;
  z-index: 1;
}

.main {
  font-family: var(--font-family);
}

.title {
}
.prv_pol {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  color: #808080;
  text-align: center;
  margin: 10px;
}
.content__block_avatars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.content__block_avatars_text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  color: #595959;
}
.content__block_icons {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
  flex-wrap: wrap;
}
.content {
  padding: 10px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
}
.content__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 2em;
  line-height: 136%;
  text-align: center;
  color: #141414;
  margin-bottom: 20px;
}
.content__dscr {
  position: relative;
  padding: 25px 15px;
  /* background: rgba(44, 30, 82, 0.5); */
  border-radius: 30px;
}
.bg-item {
  width: 100px;
  height: 100px;
}
.content__protect {
  display: flex;
  align-items: start;
}
.content__protect_logo {
  display: block;
  margin-right: 5px;
}
.content__protect_text_title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  margin-bottom: 5px;
}
.content__protect_text_subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}
.content__block1 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1em;
  line-height: 154%;
  text-align: center;
  color: #737373;
}
.content__block2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #b8b8d9;
}
.content__button {
  border-radius: 8px;
  width: 100%;
  padding: 10px;
  background: #1c6bde;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 1.5em;
  line-height: 325%;
  text-align: center;
  color: #fff;
}
.gradient-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rob1 {
  width: 100%;
  display: block;
  position: relative;
  top: -50px;
  z-index: -1;
  object-fit: contain;
  transition: 300ms;
}

.question__number {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 30px;
  background: linear-gradient(
    204deg,
    rgba(0, 244, 255, 0.2) 0%,
    rgba(74, 45, 111, 0.4) 27.89%,
    rgba(42, 31, 79, 0.6) 60.82%,
    rgba(11, 11, 26, 0.85) 100%
  );
}

.modal-overlay {
  display: none;
  width: 100%;
  z-index: 2;
}
.rob2 {
  display: none;
  position: absolute;
  width: 300px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.form-block__form {
  margin: 0 auto;
  padding: 15px;
  border-radius: 30px;
  /* background: linear-gradient(
    206deg,
    rgba(0, 244, 255, 0.1) 0%,
    rgba(74, 45, 111, 0.4) 27.89%,
    rgba(42, 31, 79, 0.6) 60.82%,
    rgba(11, 11, 26, 0.85) 100%
  ); */
  z-index: 2;
}
.form-block__input {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  padding-left: 15px;
}
.input__label {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 13px;
  color: #333;
  margin-bottom: 5px;
}
.confirm {
  display: block;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  text-align: center;
  width: 150px;
  border-radius: 22px;
  padding: 10px 15px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: url("../img/circle.png") center center / 150% no-repeat;
  overflow: hidden;
  border: none;
  outline: none;
}
.form-block__row {
  margin: 0 auto;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
}
.form-block__row--actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.form-block__submit {
  display: none;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 333%;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  width: 45%;
  height: 40px;
  background: #1c6bde;
  border: none;
  outline: none;
}
.form-block__submit_text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 357%;
  text-align: center;
  color: #fff;
}

.input__name {
  display: none;
}
.input__nameLast {
  display: none;
}
.ai_text_block_name {
  display: none;
}

.ai_text_block_phone {
  display: none;
}
.ai_text_block_email {
  display: none;
}

.selection-container_1 {
  display: none;
}
.next_question_selection1 {
  display: none;
}
.ai_text_block_selection1 {
  display: block;
}

.selection-container_2 {
  display: none;
}
.next_question_selection2 {
  display: none;
}
.ai_text_block_selection2 {
  display: none;
}

.selection-container_3 {
  display: none;
}
.next_question_selection3 {
  display: none;
}
.ai_text_block_selection3 {
  display: none;
}

.selection-container_4 {
  display: none;
}
.next_question_selectio4 {
  display: none;
}
.ai_text_block_selection4 {
  display: none;
}

.selection-container_5 {
  display: none;
}
.next_question_selectio5 {
  display: none;
}
.ai_text_block_selection5 {
  display: none;
}

.input__email {
  display: none;
}
.input__phone {
  display: none;
}

.selection-container {
  color: white;
  font-family: sans-serif;
}

.selection-title {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start; /* Чтобы кнопки не растягивались на всю ширину */
}

.option-btn {
  background: rgba(255, 255, 255, 0.05); /* Легкий прозрачный фон */
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 12px; /* Сильное скругление */
  color: #000;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

/* Эффект при наведении */
.option-btn:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Стиль для выбранной кнопки */
.option-btn.selected {
  background: #fff;
  color: #000; /* Текст становится черным при выборе */
  border-color: #fff;
}

.ai_text_block {
}
.ai_text {
}
.ai_text_bg {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}
.next_question {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 313%;
  text-align: center;
  color: #fff;
  width: 100%;
  border-radius: 8px;
  background: #1c6bde;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-20px); /* Слегка выплывает снизу */
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.final__block {
  display: none;
  min-height: 50%;
  padding-top: 50px;
  gap: 20px;
  flex: 1;
  /* display: flex; */
  /* align-items: center; */
  justify-content: space-between;
  background: url("../img/bgf.png") center center / cover no-repeat;
}
.final__block_item {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.modal-content-final {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 40px;
}
.robots {
  z-index: 1;
}

#orientation-warning {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  color: white;
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: sans-serif;
}

@media screen and (max-width: 1080px) and (orientation: landscape) {
  #orientation-warning {
    display: flex;
  }
}

.phone-icon {
  font-size: 50px;
  margin-top: 15px;
  animation: rotate 2s infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.title2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  background: linear-gradient(117deg, #fff 44%, #b8b8d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.7;
  margin-bottom: 20px;
}

@media (max-width: 375px) {
  .container {
    /* overflow-y: scroll; */
  }
  .title {
    font-size: 1.5em;
  }
  .content__title {
    font-size: 12px;
  }
  .content__block1 {
    font-size: 12px;
  }
  .content__block2 {
    font-size: 12px;
  }
  .selection-title {
    font-size: 12px;
  }
  .option-btn {
    font-size: 12px;
    padding: 5px 20px;
  }
  .rob1 {
    top: -250px;
  }
  .content__button {
    padding: 5px 20px;
    z-index: 2;
  }
  .question__number {
    padding: 5px 20px;
  }
  .rob1 {
    top: 20px;
  }
  /* .robots {
    position: absolute;
    bottom: -360px;
  } */
  .gradient-text {
    font-size: 1em;
  }
  .content__button {
    width: 100%;
  }
  .form-block__submit_text {
    font-size: 1em;
  }
  .final__block {
    padding-top: 10px;
  }
  .gradient-text {
    font-size: 1em !important;
  }
}

.options-list {
  display: flex;
  flex-direction: column;
  gap: 12px; /* Perfect spacing between rows */
}

.option-btn_1,
.option-btn_2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px;
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 16px; /* High fidelity rounded corner */
  cursor: pointer;
  outline: none;
  text-align: left;
  position: relative;
  box-shadow: var(--shadow-sm);
}

/* Hover State */
.option-btn_1:hover,
.option-btn_2:hover {
  border-color: var(--border-hover);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  background-color: #fafafa;
}

/* selected / Selected State */
.option-btn_1.selected,
.option-btn_2.selected {
  border-color: var(--accent-color);
  background-color: var(--card-bg);
  box-shadow:
    0 0 0 1px var(--accent-color),
    0 4px 12px rgba(59, 130, 246, 0.08);
}

/* Left Icon Container Badge */
.option-btn-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  /* background-color: var(--accent-light); */
  border-radius: 50%;
  margin-right: 16px;
  flex-shrink: 0;
}

.option-btn-icon-wrapper svg {
  width: 22px;
  height: 22px;
  color: var(--accent-color);
}

.option-btn-content {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-right: 12px;
  overflow: hidden;
}

/* The blue prefix icon matching the "$" in image_209a4f.png */
.option-blue-indicator {
  color: var(--accent-color);
  font-weight: 600;
  font-size: 16px;
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.option-btn-text {
  font-size: 12px;
  font-weight: 500;
  color: #334155;
  letter-spacing: -0.01em;
  line-height: 1.4;
  text-transform: uppercase; /* Matching original uppercase tags */
}

/* Radio Circle on the Right side */
.option-radio-circle {
  width: 22px;
  height: 22px;
  border: 2px solid var(--radio-border);
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect on radio border */
.option-btn_1:hover .option-radio-circle,
.option-btn_2:hover .option-radio-circle {
  border-color: var(--text-muted);
}

/* Selected state of radio button */
.option-btn_1.selected .option-radio-circle,
.option-btn_2.selected .option-radio-circle {
  border-color: var(--accent-color);
}

.option-btn_1.selected .option-radio-circle::after,
.option-btn_2.selected .option-radio-circle::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--accent-color);
  border-radius: 50%;
  display: block;
  animation: popIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* Preview helper card */
.selection-info {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed var(--border-color);
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
}

.selected-value-display {
  font-weight: 600;
  color: var(--accent-color);
  margin-top: 4px;
}

.error-banner {
  display: none;
  align-items: center;
  gap: 12px;
  background-color: var(--error-bg);
  border: 1px solid var(--error-border);
  color: var(--error-color);
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.error-banner.visible {
  display: flex;
}

.error-banner svg {
  flex-shrink: 0;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.back-next-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.back-next-wrap .back_question {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 333%;
  text-align: center;
  color: #333;
  border: 0.82px solid #ccc;
  border-radius: 7px;
  width: 45%;
  height: 40px;
  background: #f2f2f2;
}

.back-next-wrap .next_question {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  line-height: 333%;
  text-align: center;
  color: #fff;
  border-radius: 7px;
  width: 45%;
  height: 40px;
  background: #1c6bde;
}

.back_question_selectionFinal {
  display: none;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 333%;
  text-align: center;
  color: #333;
  border: 0.82px solid #ccc;
  border-radius: 7px;
  width: 45%;
  height: 40px;
  background: #f2f2f2;
}

.what_next {
  margin-top: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #e0e0eb;
  border-radius: 12px;
  width: 100%;
  height: 83px;
  background: #f7f7fc;
}
.what_next_text {
  margin-left: 10px;
}
.what_next_text1 {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
}
.what_next_text2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 150%;
  color: #595959;
}
