:root {
  --bg: #f4f7fb;
  --surface: #fff;
  --text: #0b1735;
  --muted: #64728c;
  --line: #e2e8f2;
  --blue: #245fd9;
  --violet: #6969ee;
  --green: #0d9b70;
  --amber: #c77a0b;
  --red: #c9443e;
  --shadow: 0 24px 70px rgba(27, 57, 112, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 10% -8%, rgba(67, 119, 255, .2), transparent 31%),
    radial-gradient(circle at 98% 18%, rgba(24, 189, 174, .12), transparent 25%),
    var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; transform: none !important; }
.screen { display: none; animation: enter .35s ease; }
.screen.active { display: block; }
.hidden { display: none !important; }

@keyframes enter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

.top {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(18px, calc((100vw - 1160px) / 2));
  background: rgba(244, 247, 251, .84);
  border-bottom: 1px solid rgba(226, 232, 242, .8);
  backdrop-filter: blur(17px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; }
.brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.mark {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(135deg, #1854d6, #7470f3 60%, #21b5aa);
  box-shadow: 0 11px 27px rgba(50, 90, 217, .25);
  font-size: 14px;
}
.tag {
  padding: 8px 11px;
  color: #405778;
  background: rgba(255, 255, 255, .75);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
}

.wrap { width: min(1160px, calc(100% - 32px)); margin: auto; }
.hero {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
  padding: 62px 0 30px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #31528b;
  background: rgba(255, 255, 255, .75);
  border: 1px solid rgba(102, 131, 185, .2);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}
.eyebrow::before {
  width: 8px;
  height: 8px;
  content: "";
  background: #2ab594;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(42, 181, 148, .12);
}
h1 {
  margin: 24px 0 18px;
  font-size: clamp(42px, 5.7vw, 74px);
  line-height: 1.01;
  letter-spacing: -.06em;
}
.grad {
  color: transparent;
  background: linear-gradient(100deg, #1348c6, #6e67ed 50%, #0aa29d);
  background-clip: text;
  -webkit-background-clip: text;
}
.lead { max-width: 680px; color: #4d5d7a; font-size: 20px; line-height: 1.72; }
.btns, .reportactions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 0;
  border-radius: 15px;
  font-weight: 850;
  transition: .2s;
}
.btn:hover { transform: translateY(-2px); }
.primary {
  color: #fff;
  background: linear-gradient(135deg, #1e59dd, #636eea);
  box-shadow: 0 16px 34px rgba(45, 84, 211, .25);
}
.secondary { color: #29456f; background: #fff; border: 1px solid var(--line); }
.ghost { color: #405577; background: transparent; border: 1px solid var(--line); }
.trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.chip {
  padding: 9px 11px;
  color: #56647c;
  background: rgba(255, 255, 255, .72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
}
.chip b { color: var(--green); }

.phone {
  position: relative;
  width: min(410px, 100%);
  margin-left: auto;
  padding: 12px;
  background: linear-gradient(145deg, #10213f, #061127);
  border-radius: 39px;
  box-shadow: 0 45px 100px rgba(8, 28, 65, .28);
}
.phone::before {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 50%;
  width: 107px;
  height: 25px;
  content: "";
  transform: translateX(-50%);
  background: #061127;
  border-radius: 0 0 16px 16px;
}
.phonein {
  position: relative;
  min-height: 637px;
  overflow: hidden;
  padding: 55px 23px 23px;
  background: linear-gradient(#edf4ff, #fff 44%, #f9fbfe);
  border-radius: 29px;
}
.phonein::before {
  position: absolute;
  top: -140px;
  right: -80px;
  width: 290px;
  height: 290px;
  content: "";
  background: rgba(69, 112, 247, .17);
  border-radius: 50%;
}
.minilogo { position: relative; color: #3e5e98; font-size: 12px; font-weight: 850; }
.phonetitle { position: relative; margin-top: 39px; font-size: 27px; font-weight: 900; line-height: 1.2; letter-spacing: -.035em; }
.phonedesc { color: var(--muted); font-size: 14px; line-height: 1.6; }
.preview {
  position: relative;
  padding: 20px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(108, 137, 194, .18);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(40, 78, 142, .11);
}
.scoreline { display: flex; align-items: end; justify-content: space-between; }
.bigscore { color: #2054d0; font-size: 59px; font-weight: 900; letter-spacing: -.07em; }
.bigscore small { color: #7c879b; font-size: 17px; }
.grade { padding: 8px 10px; color: #0b8a65; background: #eaf8f3; border-radius: 999px; font-size: 12px; font-weight: 850; }
.bars { display: grid; gap: 11px; margin-top: 18px; }
.barrow { display: grid; grid-template-columns: 76px 1fr 28px; gap: 8px; align-items: center; color: #53617a; font-size: 12px; }
.track { height: 8px; overflow: hidden; background: #edf1f7; border-radius: 99px; }
.fill { height: 100%; background: linear-gradient(90deg, #2d65e3, #5d7af0); border-radius: inherit; }
.minirisk { display: flex; gap: 11px; margin-top: 14px; padding: 14px; background: #fff8ef; border: 1px solid #f4dfc6; border-radius: 16px; }
.minirisk i { width: 33px; height: 33px; display: grid; flex: 0 0 auto; place-items: center; color: #9c5c0d; background: #ffe4bf; border-radius: 10px; font-style: normal; }
.minirisk b { display: block; font-size: 13px; }
.minirisk span { color: #766956; font-size: 11px; line-height: 1.5; }

.section { padding: 58px 0; }
.compact-section { padding-top: 20px; }
.title { max-width: 760px; margin: 0 auto 34px; text-align: center; }
.title h2 { margin: 0 0 13px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.045em; }
.title p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.features { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.feature {
  padding: 21px 18px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(30, 61, 115, .055);
}
.icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 16px; background: linear-gradient(145deg, #eff4ff, #fff); border: 1px solid #e4ebfa; border-radius: 15px; font-size: 20px; }
.feature h3 { margin: 0 0 7px; font-size: 16px; }
.feature p, .step p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.step small { color: #2f61d1; font-weight: 900; }
.step h3 { margin: 16px 0 8px; font-size: 20px; }
.privacy { max-width: 800px; margin: 27px auto 0; color: #748097; font-size: 12px; line-height: 1.8; text-align: center; }

.flow { width: min(780px, calc(100% - 28px)); margin: 32px auto 70px; }
.flowhead { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 18px 0; }
.flowhead h2 { margin: 0; font-size: clamp(27px, 4vw, 40px); letter-spacing: -.04em; }
.flowhead p { margin: 6px 0 0; color: var(--muted); }
.progressbox { min-width: 220px; }
.progmeta { display: flex; justify-content: space-between; margin-bottom: 7px; color: #65728a; font-size: 12px; }
.progress { height: 9px; overflow: hidden; background: #e8edf6; border-radius: 99px; }
.progress div { height: 100%; background: linear-gradient(90deg, #2563eb, #6a72f5, #14aaa2); transition: width .3s; }
.panel { padding: 32px; background: rgba(255, 255, 255, .93); border: 1px solid rgba(218, 226, 239, .95); border-radius: 30px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #304462; font-size: 14px; font-weight: 780; }
.req { color: var(--red); }
.input, .select { width: 100%; min-height: 50px; padding: 0 14px; color: var(--text); background: #fbfcfe; border: 1px solid #dfe6f0; border-radius: 14px; outline: 0; }
.input:focus, .select:focus { background: #fff; border-color: #7693e6; box-shadow: 0 0 0 4px rgba(66, 105, 225, .1); }
.input-note { margin: 14px 0 0; color: #748097; font-size: 12px; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: #65738a; font-size: 13px; line-height: 1.55; }
.consent input { margin-top: 3px; }
.actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; }
.error { display: none; margin-top: 10px; color: var(--red); font-size: 13px; }
.error.visible { display: block; }

.qmeta { margin-bottom: 11px; color: #2e5fc9; font-size: 13px; font-weight: 850; }
.qtitle { margin: 0 0 10px; font-size: clamp(25px, 4vw, 36px); line-height: 1.3; letter-spacing: -.035em; }
.qhelp { margin: 0 0 23px; color: var(--muted); line-height: 1.65; }
.options { display: grid; gap: 11px; }
.option { width: 100%; display: flex; gap: 13px; padding: 16px 17px; color: var(--text); text-align: left; background: #fbfcfe; border: 1px solid #dfe6f1; border-radius: 17px; transition: .18s; }
.option:hover { transform: translateY(-1px); background: #fff; border-color: #92a7e6; }
.option.selected { background: #f0f5ff; border-color: #456fda; box-shadow: 0 0 0 3px rgba(53, 96, 216, .08); }
.key { width: 29px; height: 29px; display: grid; flex: 0 0 auto; place-items: center; color: #53617a; background: #edf1f7; border-radius: 10px; font-size: 12px; font-weight: 900; }
.selected .key { color: #fff; background: #2d61d9; }
.otext b { display: block; margin: 2px 0 4px; font-size: 15px; }
.otext span { display: block; color: var(--muted); font-size: 13px; line-height: 1.5; }
.quizactions { display: flex; justify-content: space-between; gap: 11px; margin-top: 23px; }

.loading-flow { margin-top: 55px; }
.loading { padding: 58px 28px; text-align: center; }
.orb { position: relative; width: 105px; height: 105px; display: grid; place-items: center; margin: 0 auto 27px; color: #fff; background: linear-gradient(145deg, #1e5be1, #766df0, #16afa5); border-radius: 50%; box-shadow: 0 24px 55px rgba(43, 84, 211, .28); font-size: 28px; font-weight: 900; }
.orb::before, .orb::after { position: absolute; inset: -18px; content: ""; border: 1px solid rgba(59, 105, 221, .25); border-radius: 50%; animation: pulse 1.8s infinite; }
.orb::after { inset: -36px; animation-delay: .45s; }
@keyframes pulse {
  0% { opacity: 0; transform: scale(.82); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: scale(1.08); }
}
.loading h2 { margin: 0 0 9px; font-size: 30px; }
.loading p { color: var(--muted); }
.loadsteps { max-width: 430px; display: grid; gap: 9px; margin: 27px auto 0; text-align: left; }
.loadstep { display: flex; align-items: center; gap: 11px; padding: 12px 14px; color: #6a7890; background: #f7f9fc; border-radius: 13px; }
.dot { width: 20px; height: 20px; display: grid; place-items: center; background: #e1e7f0; border-radius: 50%; font-size: 11px; }
.loadstep.active { color: #234eae; background: #edf3ff; }
.loadstep.active .dot { color: #fff; background: #2f67e2; }
.loadstep.done { color: #11815f; background: #effaf6; }
.loadstep.done .dot { color: #fff; background: #23a77e; }
.loadstep.failed { color: #a63931; background: #fff3f1; }
.loadstep.failed .dot { color: #fff; background: #d4524a; }
.retry { margin: 24px auto 0; }

.report { width: min(1120px, calc(100% - 28px)); margin: 30px auto 70px; }
.cover { position: relative; overflow: hidden; padding: 42px; color: #fff; background: radial-gradient(circle at 88% 18%, rgba(65, 216, 197, .3), transparent 22%), radial-gradient(circle at 12% 105%, rgba(102, 95, 244, .4), transparent 35%), linear-gradient(135deg, #071a3b, #123e8a 58%, #154769); border-radius: 32px; box-shadow: 0 35px 80px rgba(15, 45, 98, .25); }
.cover::after { position: absolute; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px); background-size: 34px 34px; }
.covertop, .covermain { position: relative; z-index: 2; }
.covertop { display: flex; justify-content: space-between; gap: 16px; color: rgba(255, 255, 255, .75); font-size: 13px; text-align: right; }
.covermain { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: center; margin-top: 47px; }
.company { color: rgba(255, 255, 255, .72); font-size: 15px; }
.cover h1 { margin: 5px 0 14px; font-size: clamp(39px, 6vw, 65px); }
.summary { max-width: 590px; color: rgba(255, 255, 255, .78); line-height: 1.72; }
.reporttags { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 37px; }
.reporttag { padding: 9px 11px; color: rgba(255, 255, 255, .84); background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .17); border-radius: 999px; font-size: 12px; }
.ring { position: relative; width: 240px; height: 240px; display: grid; place-items: center; margin-left: auto; }
.ring svg { position: absolute; inset: 0; transform: rotate(-90deg); }
.ring circle { fill: none; stroke-width: 13; }
.ring .rtrack { stroke: rgba(255, 255, 255, .15); }
.ring .rvalue { stroke: #62e5cf; stroke-linecap: round; stroke-dasharray: 659.7; stroke-dashoffset: 659.7; transition: stroke-dashoffset 1.2s; }
.core { text-align: center; }
.core strong { display: block; font-size: 72px; line-height: .95; letter-spacing: -.06em; }
.core span { display: block; margin-top: 9px; color: rgba(255, 255, 255, .75); font-size: 14px; }
.reportactions { gap: 9px; margin-top: 17px; }
.rgrid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; margin-top: 18px; }
.card { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 42px rgba(28, 56, 108, .07); }
.card h2 { margin: 0 0 6px; font-size: 21px; }
.sub { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.top-gap { margin-top: 18px; }
.dims { display: grid; gap: 15px; }
.dim { display: grid; grid-template-columns: 100px 1fr 42px; gap: 11px; align-items: center; font-size: 13px; }
.dim .track { height: 10px; }
.dim strong { color: #244b9f; text-align: right; }
.radar { min-height: 310px; display: grid; place-items: center; }
.radar svg { width: min(320px, 100%); }
.risklist { display: grid; gap: 13px; }
.risk { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: start; padding: 16px; border: 1px solid #e7ebf2; border-radius: 17px; }
.risk.high { background: #fff7f5; border-color: #f3ded9; }
.risk.medium { background: #fffaf1; border-color: #f0e5cd; }
.risk.empty { display: block; color: #24745e; background: #f0faf6; border-color: #d6efe5; }
.rno { width: 34px; height: 34px; display: grid; place-items: center; background: #fff; border: 1px solid rgba(0, 0, 0, .06); border-radius: 11px; font-weight: 900; }
.risk h3 { margin: 0 0 5px; font-size: 15px; }
.risk p { margin: 0; color: #66748b; font-size: 13px; line-height: 1.6; }
.level { padding: 6px 9px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.high .level { color: #b63d2f; background: #ffe2dc; }
.medium .level { color: #996508; background: #ffedc8; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }
.metric { padding: 16px; background: #fbfcfe; border: 1px solid #e6ebf3; border-radius: 17px; }
.metric strong { display: block; color: #1d55ce; font-size: 27px; letter-spacing: -.03em; }
.metric span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.note { margin-top: 11px; color: #78849a; font-size: 11px; line-height: 1.6; }
.advice { color: #56657e; font-size: 14px; line-height: 1.85; }
.roadmap, .solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.road, .solution { padding: 18px; background: linear-gradient(#fff, #fafcff); border: 1px solid var(--line); border-radius: 18px; }
.road small, .pill { display: inline-block; margin-bottom: 10px; padding: 6px 9px; color: #2c5cc5; background: #e8f0ff; border-radius: 999px; font-size: 10px; font-weight: 900; }
.road h3, .solution h3 { margin: 0 0 8px; font-size: 16px; }
.road p, .solution p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.solution.rec { background: #f3f7ff; border-color: #6d8ee8; }
.solution.stage-two { background: #fafaff; border-style: dashed; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 18px; padding: 28px; color: #fff; background: linear-gradient(135deg, #1649b7, #645eea 62%, #139c9a); border-radius: 25px; box-shadow: 0 22px 50px rgba(48, 80, 190, .22); }
.cta h2 { margin: 0 0 7px; font-size: 24px; }
.cta p { margin: 0; color: rgba(255, 255, 255, .78); line-height: 1.6; }
.cta .btn { color: #244fb8; background: #fff; }
.footer { padding: 30px 20px 46px; color: #7b879a; font-size: 12px; line-height: 1.8; text-align: center; }

.modalbg { position: fixed; inset: 0; z-index: 80; display: none; align-items: center; justify-content: center; padding: 22px; background: rgba(5, 16, 38, .52); backdrop-filter: blur(7px); }
.modalbg.open { display: flex; }
.modal { width: min(520px, 100%); padding: 28px; background: #fff; border-radius: 26px; box-shadow: 0 35px 90px rgba(7, 24, 56, .3); }
.modal h2 { margin: 0 0 8px; font-size: 25px; }
.modal p { color: var(--muted); line-height: 1.65; }
.modal-field { margin-top: 13px; }
.modalactions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 20px; }
.toast { position: fixed; z-index: 100; bottom: 28px; left: 50%; padding: 12px 17px; color: #fff; pointer-events: none; opacity: 0; transform: translate(-50%, 20px); background: #0b1935; border-radius: 999px; font-size: 13px; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .phone { margin: auto; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .feature:last-child { grid-column: span 2; }
  .covermain { grid-template-columns: 1fr; }
  .ring { margin: auto; }
  .rgrid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .top { height: 59px; padding: 0 14px; }
  .mark { width: 35px; height: 35px; }
  .brand small, .tag { display: none; }
  .wrap { width: calc(100% - 24px); }
  .hero { gap: 34px; padding-top: 32px; }
  h1 { font-size: 43px; }
  .lead { font-size: 17px; }
  .btns .btn { flex: 1; }
  .phonein { min-height: 585px; }
  .features, .steps, .formgrid, .roadmap, .solutions, .metrics { grid-template-columns: 1fr; }
  .feature:last-child { grid-column: auto; }
  .flow { margin-top: 18px; }
  .flowhead { display: block; }
  .progressbox { margin-top: 15px; }
  .panel { padding: 23px 18px; border-radius: 24px; }
  .actions .btn { flex: 1; }
  .report { width: calc(100% - 18px); margin-top: 16px; }
  .cover { padding: 27px 20px; border-radius: 26px; }
  .covermain { gap: 26px; margin-top: 34px; }
  .ring { width: 205px; height: 205px; }
  .core strong { font-size: 62px; }
  .card { padding: 20px 17px; border-radius: 21px; }
  .dim { grid-template-columns: 84px 1fr 42px; gap: 8px; }
  .risk { grid-template-columns: auto 1fr; }
  .level { grid-column: 2; width: max-content; }
  .cta { flex-direction: column; align-items: flex-start; }
  .cta .btn { width: 100%; }
  .reportactions .btn { flex: 1 1 45%; }
}

@media print {
  @page { size: A4; margin: 10mm; }
  body { background: #fff; }
  .top, .reportactions, .footer, .modalbg, .toast, .cta .btn { display: none !important; }
  .report { width: 100%; margin: 0; }
  .cover, .card, .cta { break-inside: avoid; box-shadow: none; }
  .cover { min-height: 270mm; display: flex; flex-direction: column; justify-content: center; border-radius: 0; }
  .printpage { min-height: 270mm; padding-top: 5mm; break-before: page; }
  .rgrid { display: block; margin: 0; }
  .rgrid > * { margin-bottom: 10mm; }
  .screen { display: none !important; }
  #reportScreen { display: block !important; }
  .cover, .fill, .rvalue, .cta { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
