.survey-page {
  box-sizing: border-box;
  min-height: 100vh;
  padding: 28px 20px 56px;
  background: radial-gradient(circle at 10% 0, rgba(255, 153, 0, 0.09), transparent 340px), linear-gradient(180deg, #f7f8f8 0, #ffffff 520px);
  color: #0f1111;
  font-family: "Amazon Ember", "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.survey-page * {
  box-sizing: border-box;
}
.survey-page a {
  color: #007185;
  text-decoration: none;
  vertical-align: baseline;
}
.survey-page a:hover {
  color: #c7511f;
  text-decoration: underline;
}
.survey-page a:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(0, 113, 133, 0.3);
  outline-offset: 2px;
}
.survey-page .layout {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.survey-page .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  margin-bottom: 18px;
}
.survey-page .topbar .eyebrow {
  display: flex;
  align-items: center;
  color: #46515c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.survey-page .topbar .eyebrow .dot {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff9900;
  box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.14);
}
.survey-page .topbar .language {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #d5d9d9;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.88);
}
.survey-page .topbar .language button {
  min-width: 48px;
  height: 28px;
  padding: 0 10px;
  border: 0;
  border-radius: 5px;
  outline: none;
  background: transparent;
  color: #565959;
  font: inherit;
  font-size: 12px;
  line-height: 28px;
  cursor: pointer;
  transition: color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.survey-page .topbar .language button:hover {
  color: #007185;
}
.survey-page .topbar .language button:focus-visible {
  box-shadow: 0 0 0 2px rgba(0, 113, 133, 0.25);
}
.survey-page .topbar .language button.active {
  background: #007185;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 1px 2px rgba(0, 56, 68, 0.2);
}
.survey-page .card {
  overflow: hidden;
  border: 1px solid #e3e6e6;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 17, 17, 0.08), 0 1px 2px rgba(15, 17, 17, 0.08);
}
.survey-page .entry {
  padding: 38px 42px 42px;
}
.survey-page .entry .hero {
  padding-bottom: 26px;
}
.survey-page .entry .hero h1 {
  margin: 0 0 16px;
  color: #16191f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.survey-page .entry .hero .intro {
  margin: 0 0 12px;
  color: #46515c;
  font-size: 14px;
  line-height: 1.75;
}
.survey-page .entry .hero .intro:last-child {
  margin-bottom: 0;
}
.survey-page .entry .hero .intro strong {
  color: #232f3e;
}
.survey-page .entry .form {
  padding-top: 24px;
  border-top: 1px solid #eaeded;
}
.survey-page .entry .form .heading h2 {
  margin: 0 0 18px;
  color: #16191f;
  font-size: 19px;
  line-height: 1.45;
}
.survey-page .entry .form .el-form-item {
  margin-bottom: 18px;
}
.survey-page .entry .form .el-form-item .el-form-item__content {
  line-height: 1.6;
}
.survey-page .entry .form .el-form-item .el-form-item__error {
  position: static;
  padding-top: 7px;
  color: #d13212;
  font-size: 12px;
  line-height: 18px;
}
.survey-page .entry .form .choice .options {
  display: block;
  width: 100%;
}
.survey-page .entry .form .choice .options .option {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 52px;
  margin: 0 0 10px !important;
  padding: 14px 16px;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  background: #ffffff;
  white-space: normal;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}
.survey-page .entry .form .choice .options .option:hover {
  border-color: #007185;
  background: #f7fcfc;
}
.survey-page .entry .form .choice .options .option.is-checked {
  border-color: #007185;
  background: #edf8fa;
  box-shadow: inset 3px 0 0 #007185;
}
.survey-page .entry .form .choice .options .option .el-radio__input {
  margin-top: 2px;
}
.survey-page .entry .form .choice .options .option .el-radio__input .el-radio__inner {
  width: 17px;
  height: 17px;
  border-color: #737b7b;
}
.survey-page .entry .form .choice .options .option .el-radio__input.is-checked .el-radio__inner {
  border-color: #007185;
  background: #007185;
}
.survey-page .entry .form .choice .options .option .el-radio__input.is-checked + .el-radio__label {
  color: #0f6674;
  font-weight: 600;
}
.survey-page .entry .form .choice .options .option .el-radio__label {
  flex: 1;
  padding-left: 11px;
  color: #232f3e;
  font-size: 14px;
  line-height: 22px;
  white-space: normal;
}
.survey-page .entry .form .finder {
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #007185;
  border-radius: 0 8px 8px 0;
  background: #f3f8fa;
  color: #3f494f;
  font-style: normal;
}
.survey-page .entry .form .finder p {
  margin: 0 0 10px;
}
.survey-page .entry .form .finder p:last-of-type {
  margin-bottom: 8px;
}
.survey-page .entry .form .finder ul {
  margin: 0;
  padding-left: 22px;
}
.survey-page .entry .form .finder li {
  margin-bottom: 5px;
}
.survey-page .entry .form .finder li:last-child {
  margin-bottom: 0;
}
.survey-page .entry .form .finder strong {
  color: #22313a;
}
.survey-page .entry .form .actions {
  padding-top: 26px;
}
.survey-page .entry .form .actions .submit {
  min-width: 210px;
  height: 42px;
  padding: 0 24px;
  border-radius: 21px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.15);
}
.survey-page .entry .form .actions .submit .el-icon-right {
  font-weight: 700;
}
.survey-page .result {
  padding: 30px 42px 46px;
}
.survey-page .result .toolbar {
  margin-bottom: 20px;
}
.survey-page .result .toolbar .back {
  height: 36px;
  padding: 0 15px;
  border-color: #aab7b8;
  border-radius: 18px;
  color: #31444a;
  font-weight: 600;
}
.survey-page .result .toolbar .back:hover,
.survey-page .result .toolbar .back:focus {
  border-color: #007185;
  background: #f2f9fa;
  color: #007185;
}
.survey-page .result > .heading {
  margin-bottom: 22px;
}
.survey-page .result > .heading .eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #007185;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.survey-page .result > .heading h1 {
  margin: 0;
  color: #16191f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.survey-page .result .content {
  color: #333a40;
  font-size: 14px;
  line-height: 1.75;
}
.survey-page .result .content .paragraph {
  margin: 0 0 14px;
}
.survey-page .result .content .list {
  margin: 2px 0 18px;
  padding-left: 24px;
}
.survey-page .result .content .list li {
  margin-bottom: 7px;
}
.survey-page .result .content strong {
  color: #232f3e;
  font-weight: 700;
  font-size: 14px;
}
.survey-page .result .section {
  margin-top: 30px;
}
.survey-page .result .section h2 {
  margin: 0 0 12px;
  color: #16191f;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.45;
}
.survey-page .result .caption {
  display: none;
  margin: 0 0 12px;
  color: #16191f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}
.survey-page .result .scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #ccd6d9;
  border-radius: 9px;
  -webkit-overflow-scrolling: touch;
}
.survey-page .result .matrix,
.survey-page .result .terms {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.survey-page .result .matrix th,
.survey-page .result .terms th,
.survey-page .result .matrix td,
.survey-page .result .terms td {
  padding: 13px 15px;
  border-right: 1px solid #d8e0e2;
  border-bottom: 1px solid #d8e0e2;
  text-align: left;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: anywhere;
}
.survey-page .result .matrix th:last-child,
.survey-page .result .terms th:last-child,
.survey-page .result .matrix td:last-child,
.survey-page .result .terms td:last-child {
  border-right: 0;
}
.survey-page .result .matrix th,
.survey-page .result .terms th {
  background: #253746;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}
.survey-page .result .matrix td,
.survey-page .result .terms td {
  background: #ffffff;
  color: #3d454b;
  font-size: 13px;
  line-height: 1.65;
}
.survey-page .result .matrix tbody tr:nth-child(even) td,
.survey-page .result .terms tbody tr:nth-child(even) td {
  background: #f7f9f9;
}
.survey-page .result .matrix tbody tr:last-child td,
.survey-page .result .terms tbody tr:last-child td {
  border-bottom: 0;
}
.survey-page .result .matrix th:first-child,
.survey-page .result .matrix td:first-child {
  width: 34%;
}
.survey-page .result .terms th:first-child,
.survey-page .result .terms td:first-child {
  width: 29%;
}
.survey-page .result .steps {
  margin: 0;
  padding-left: 25px;
}
.survey-page .result .steps li {
  margin-bottom: 14px;
  padding-left: 4px;
}
.survey-page .result .steps li:last-child {
  margin-bottom: 0;
}
.survey-page .result .steps li .label {
  display: block;
  margin-bottom: 2px;
  color: #1f3038;
}
.survey-page .result .help {
  margin: 30px 0 0;
  padding: 14px 16px;
  border-left: 4px solid #ff9900;
  border-radius: 0 8px 8px 0;
  background: #fef8f0;
  color: #3c4043;
}
.survey-page .result .help a {
  font-weight: 700;
}
.survey-page .result .glossary {
  margin-top: 36px;
  padding-top: 30px;
  border-top: 1px solid #dde3e5;
}
.survey-page .result .glossary h2 {
  margin: 0 0 8px;
  color: #16191f;
  font-size: 21px;
  line-height: 1.4;
}
.survey-page .result .glossary > p {
  margin: 0 0 16px;
  color: #565959;
}
@media only screen and (max-width: 768px) {
  .survey-page {
    padding: 18px 14px 36px;
    background: radial-gradient(circle at 5% 0, rgba(255, 153, 0, 0.08), transparent 240px), #f7f8f8;
  }
  .survey-page .topbar {
    margin-bottom: 14px;
  }
  .survey-page .topbar .eyebrow {
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .survey-page .topbar .language button {
    min-width: 44px;
    padding: 0 8px;
  }
  .survey-page .card {
    border-radius: 10px;
    box-shadow: 0 5px 18px rgba(15, 17, 17, 0.07), 0 1px 2px rgba(15, 17, 17, 0.06);
  }
  .survey-page .entry,
  .survey-page .result {
    padding: 24px 20px 30px;
  }
  .survey-page .entry .hero {
    padding-bottom: 22px;
  }
  .survey-page .entry .hero h1 {
    font-size: 23px;
    line-height: 1.35;
  }
  .survey-page .entry .hero .intro {
    font-size: 13px;
    line-height: 1.7;
  }
  .survey-page .entry .form {
    padding-top: 20px;
  }
  .survey-page .entry .form .heading h2 {
    font-size: 18px;
  }
  .survey-page .entry .form .choice .options .option {
    padding: 13px 14px;
  }
  .survey-page .entry .form .finder {
    padding: 16px;
    font-size: 13px;
  }
  .survey-page .entry .form .actions .submit {
    width: 100%;
    min-width: 0;
  }
  .survey-page .result .toolbar {
    margin-bottom: 18px;
  }
  .survey-page .result > .heading {
    margin-bottom: 18px;
  }
  .survey-page .result > .heading h1 {
    font-size: 23px;
    line-height: 1.35;
  }
  .survey-page .result .content {
    font-size: 13px;
  }
  .survey-page .result .section {
    margin-top: 26px;
  }
  .survey-page .result .section h2 {
    font-size: 17px;
  }
  .survey-page .result .caption {
    display: block;
  }
  .survey-page .result .scroll {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }
  .survey-page .result .matrix,
  .survey-page .result .terms {
    display: block;
  }
  .survey-page .result .matrix thead,
  .survey-page .result .terms thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    clip-path: inset(50%);
  }
  .survey-page .result .matrix tbody,
  .survey-page .result .terms tbody,
  .survey-page .result .matrix tr,
  .survey-page .result .terms tr,
  .survey-page .result .matrix td,
  .survey-page .result .terms td {
    display: block;
    width: 100% !important;
  }
  .survey-page .result .matrix tr,
  .survey-page .result .terms tr {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #ccd6d9;
    border-radius: 8px;
  }
  .survey-page .result .matrix tr:last-child,
  .survey-page .result .terms tr:last-child {
    margin-bottom: 0;
  }
  .survey-page .result .matrix td,
  .survey-page .result .terms td {
    padding: 11px 13px;
    border-right: 0;
    border-bottom: 1px solid #d8e0e2 !important;
    background: #ffffff !important;
    font-size: 13px;
  }
  .survey-page .result .matrix td::before,
  .survey-page .result .terms td::before {
    display: block;
    margin-bottom: 4px;
    color: #007185;
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
  }
  .survey-page .result .matrix td:first-child,
  .survey-page .result .terms td:first-child {
    background: #f2f7f8 !important;
  }
  .survey-page .result .matrix td:last-child,
  .survey-page .result .terms td:last-child {
    border-bottom: 0 !important;
  }
  .survey-page .result .matrix td:first-child::before,
  .survey-page .result .terms td:first-child::before {
    display: none;
  }
  .survey-page .result .help {
    margin-top: 26px;
  }
  .survey-page .result .glossary {
    margin-top: 30px;
    padding-top: 26px;
  }
  .survey-page .result .glossary h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 360px) {
  .survey-page {
    padding-right: 10px;
    padding-left: 10px;
  }
  .survey-page .topbar .eyebrow .dot {
    display: none;
  }
  .survey-page .topbar .language button {
    min-width: 40px;
  }
  .survey-page .entry,
  .survey-page .result {
    padding-right: 16px;
    padding-left: 16px;
  }
}
