:root {
      --lenovo-red: #e2231a;
      --deep-red: #b91414;
      --warm-red: #ff3b30;
      --orange: #ff8a00;
      --yellow: #ffd166;
      --cream: #fff7ea;
      --soft-pink: #fff1f0;
      --ink: #202124;
      --muted: #666;
      --line: #eeeeee;
      --card: #ffffff;
      --bg: #f6f3ed;
      --shadow: 0 16px 36px rgba(126, 36, 28, 0.10);
      --radius: 22px;
    }

    * { box-sizing: border-box; }

    body {
      margin: 0;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
        "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
      color: var(--ink);
      background:
        radial-gradient(circle at top left, rgba(226,35,26,.18), transparent 34rem),
        radial-gradient(circle at top right, rgba(255,138,0,.18), transparent 32rem),
        linear-gradient(180deg, #fff8ef 0%, #f6f3ed 36%, #fff 100%);
    }

    a { color: inherit; }

    .topbar {
      height: 44px;
      background: #111;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
    }

    .nav {
      height: 68px;
      background: rgba(255,255,255,.94);
      border-bottom: 1px solid rgba(0,0,0,.06);
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
      z-index: 10;
    }

    .nav-inner {
      max-width: 1180px;
      margin: 0 auto;
      height: 100%;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 900;
      letter-spacing: -.02em;
    }

    .logo-mark {
      width: 92px;
      height: 34px;
      border-radius: 4px;
      background: var(--lenovo-red);
      color: #fff;
      display: grid;
      place-items: center;
      font-weight: 900;
      letter-spacing: .02em;
      transform: skew(-8deg);
    }

    .logo-mark span {
      transform: skew(8deg);
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 22px;
      color: #555;
      font-size: 14px;
      white-space: nowrap;
    }


    .nav-links a {
      text-decoration: none;
      font-weight: 800;
      transition: color .16s ease;
    }
    .nav-links a:hover { color: var(--lenovo-red); }
    .multi-note {
      display: inline-flex;
      margin: -6px 0 14px;
      padding: 7px 11px;
      border-radius: 999px;
      background: #fff2d6;
      color: #8b4a00;
      font-size: 13px;
      font-weight: 900;
      border: 1px solid #ffe2ae;
    }
    .mbti-name {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 2px;
      margin-top: 12px;
      padding: 12px 16px;
      border-radius: 20px;
      background: linear-gradient(135deg, #fff1f0, #fff7ea);
      color: var(--lenovo-red);
      font-weight: 950;
      border: 1px solid #ffd1cb;
      box-shadow: 0 10px 22px rgba(226,35,26,.08);
    }

    .mbti-name .mbti-code {
      display: block;
      font-size: clamp(34px, 4vw, 52px);
      line-height: .95;
      letter-spacing: -0.04em;
      font-weight: 950;
      color: var(--lenovo-red);
    }

    .mbti-name .mbti-cn {
      display: block;
      font-size: 14px;
      line-height: 1.25;
      color: #8b4a00;
      font-weight: 900;
    }

    .mbti-name .mbti-label {
      display: block;
      margin-bottom: 2px;
      color: #777;
      font-size: 12px;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: .08em;
    }

    .page {
      max-width: 1180px;
      margin: 0 auto;
      padding: 0 20px 56px;
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: 390px;
      margin-top: 26px;
      border-radius: 34px;
      background:
        linear-gradient(135deg, rgba(226,35,26,.98) 0%, rgba(255,96,0,.96) 50%, rgba(255,196,65,.96) 100%);
      box-shadow: 0 24px 60px rgba(188, 45, 24, .23);
      color: #fff;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: -40px -80px auto auto;
      width: 440px;
      height: 440px;
      border-radius: 999px;
      background: rgba(255,255,255,.16);
    }

    .hero::after {
      content: "";
      position: absolute;
      left: -110px;
      bottom: -160px;
      width: 420px;
      height: 420px;
      border-radius: 999px;
      background: rgba(255,255,255,.13);
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 28px;
      align-items: center;
      min-height: 390px;
      padding: 46px 50px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,.19);
      border: 1px solid rgba(255,255,255,.30);
      font-weight: 800;
      margin-bottom: 18px;
    }

    h1 {
      margin: 0;
      font-size: clamp(34px, 5vw, 62px);
      line-height: 1;
      letter-spacing: -.05em;
      font-weight: 950;
    }


    .hero-title {
      margin: 0;
      display: grid;
      gap: 12px;
      letter-spacing: 0;
      line-height: 1.05;
      font-weight: 950;
    }

    .hero-title .title-main {
      display: block;
      font-size: clamp(48px, 7.4vw, 88px);
      letter-spacing: -0.06em;
      line-height: .95;
      text-shadow: 0 10px 26px rgba(100, 0, 0, .16);
    }

    .hero-title .title-sub {
      display: block;
      width: fit-content;
      font-size: clamp(30px, 4.5vw, 56px);
      letter-spacing: -0.04em;
      line-height: 1.08;
      padding: 4px 0;
      text-shadow: 0 8px 22px rgba(100, 0, 0, .14);
    }

    @media (max-width: 680px) {
      .hero-title .title-main {
        font-size: clamp(40px, 12vw, 58px);
      }
      .hero-title .title-sub {
        font-size: clamp(26px, 8vw, 38px);
      }
    }

    .hero-sub {
      margin: 18px 0 0;
      font-size: 18px;
      line-height: 1.75;
      max-width: 620px;
      color: rgba(255,255,255,.92);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }

    .primary-cta, .ghost-cta {
      border: 0;
      cursor: pointer;
      text-decoration: none;
      border-radius: 999px;
      padding: 14px 22px;
      font-size: 16px;
      font-weight: 900;
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .primary-cta {
      background: #fff;
      color: var(--lenovo-red);
      box-shadow: 0 12px 24px rgba(120,0,0,.18);
    }

    .ghost-cta {
      background: rgba(255,255,255,.16);
      color: #fff;
      border: 1px solid rgba(255,255,255,.36);
    }

    .primary-cta:hover, .ghost-cta:hover {
      transform: translateY(-2px);
    }

    .hero-visual {
      position: relative;
      min-height: 300px;
      display: grid;
      place-items: center;
    }

    .floating-card {
      width: min(420px, 100%);
      background: rgba(255,255,255,.94);
      color: var(--ink);
      border-radius: 28px;
      padding: 22px;
      box-shadow: 0 22px 50px rgba(117, 22, 15, .22);
      transform: rotate(1deg);
      position: relative;
    }

    .floating-card::after {
      content: "";
      position: absolute;
      right: 24px;
      top: -20px;
      width: 70px;
      height: 70px;
      border-radius: 22px;
      background: #fff4cf;
      transform: rotate(-12deg);
      z-index: -1;
    }

    .student-id {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 18px;
    }

    .student-id strong {
      font-size: 21px;
    }

    .id-chip {
      padding: 7px 10px;
      border-radius: 999px;
      background: #fff1f0;
      color: var(--lenovo-red);
      font-weight: 900;
      font-size: 13px;
    }


    .verify-chip {
      text-decoration: none;
      cursor: pointer;
      background: linear-gradient(135deg, #fff1f0, #fff7ea);
      border: 1px solid rgba(226,35,26,.18);
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }

    .verify-chip:hover {
      transform: translateY(-1px);
      background: #fff4f2;
      box-shadow: 0 8px 18px rgba(226,35,26,.14);
    }

    .benefit-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
    }

    .benefit {
      padding: 14px;
      border-radius: 18px;
      background: linear-gradient(180deg, #fff, #fff8f4);
      border: 1px solid #ffe3dc;
    }

    .benefit b {
      display: block;
      color: var(--lenovo-red);
      font-size: 20px;
      margin-bottom: 4px;
    }

    .benefit span {
      color: #555;
      font-size: 13px;
      line-height: 1.45;
    }

    .section-title {
      text-align: center;
      margin: 46px auto 26px;
    }

    .section-title .kicker {
      color: var(--lenovo-red);
      font-weight: 950;
      letter-spacing: .12em;
      font-size: 13px;
    }

    .section-title h2 {
      margin: 8px 0 8px;
      font-size: 34px;
      letter-spacing: -.04em;
    }

    .section-title p {
      margin: 0 auto;
      max-width: 720px;
      color: var(--muted);
      line-height: 1.7;
    }

    .quiz-shell {
      background: #fff;
      border-radius: 32px;
      box-shadow: var(--shadow);
      border: 1px solid rgba(226,35,26,.08);
      overflow: hidden;
    }

    .quiz-top {
      background: linear-gradient(90deg, #fff7f1, #fff);
      border-bottom: 1px solid #f2e7df;
      padding: 20px 26px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .quiz-top-left {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .round-icon {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--lenovo-red), var(--orange));
      color: #fff;
      font-size: 24px;
      box-shadow: 0 10px 22px rgba(226,35,26,.25);
    }

    .quiz-top h3 {
      margin: 0;
      font-size: 22px;
    }

    .quiz-top small {
      color: #777;
    }

    .progress-line {
      width: min(320px, 38vw);
      height: 10px;
      background: #f1e7de;
      border-radius: 999px;
      overflow: hidden;
    }

    .progress-bar {
      height: 100%;
      width: 16.6%;
      background: linear-gradient(90deg, var(--lenovo-red), var(--orange));
      border-radius: 999px;
      transition: width .25s ease;
    }

    .quiz-body {
      display: grid;
      grid-template-columns: 420px 1fr;
      min-height: 540px;
    }

    .quiz-panel {
      padding: 28px;
      border-right: 1px solid #f2e7df;
      background: #fffdf9;
    }

    .question-index {
      color: var(--lenovo-red);
      font-weight: 950;
      margin-bottom: 8px;
    }

    .question {
      display: none;
      animation: fade .22s ease;
    }

    .question.active {
      display: block;
    }

    @keyframes fade {
      from { opacity: 0; transform: translateY(8px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .question h3 {
      margin: 0 0 18px;
      font-size: 24px;
      line-height: 1.35;
    }

    .options {
      display: grid;
      gap: 12px;
    }

    .option {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      padding: 14px;
      border: 1px solid #f0ded6;
      border-radius: 18px;
      background: #fff;
      cursor: pointer;
      transition: transform .16s ease, border .16s ease, background .16s ease, box-shadow .16s ease;
    }

    .option:hover {
      transform: translateY(-2px);
      border-color: #ffb4aa;
      box-shadow: 0 10px 22px rgba(226,35,26,.08);
    }

    .option.selected {
      border-color: var(--lenovo-red);
      background: #fff3f1;
      box-shadow: 0 10px 22px rgba(226,35,26,.10);
    }

    .option input {
      margin-top: 4px;
      accent-color: var(--lenovo-red);
    }

    .option-title {
      font-weight: 950;
      margin-bottom: 4px;
    }

    .option-desc {
      color: #777;
      font-size: 13px;
      line-height: 1.55;
    }

    .nav-buttons {
      display: flex;
      gap: 12px;
      margin-top: 22px;
    }

    .btn {
      border: 0;
      border-radius: 999px;
      padding: 13px 20px;
      font-weight: 950;
      font-size: 15px;
      cursor: pointer;
      transition: transform .16s ease, opacity .16s ease;
    }

    .btn:hover { transform: translateY(-1px); }
    .btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }

    .btn-secondary {
      background: #f3eee8;
      color: #555;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--lenovo-red), var(--orange));
      color: #fff;
      flex: 1;
      box-shadow: 0 12px 24px rgba(226,35,26,.20);
    }

    .result-panel {
      padding: 28px;
      background:
        radial-gradient(circle at right top, rgba(255,209,102,.20), transparent 24rem),
        #fff;
    }

    .empty-state {
      min-height: 480px;
      display: grid;
      place-items: center;
      text-align: center;
      color: #777;
    }

    .empty-state .empty-icon {
      width: 96px;
      height: 96px;
      border-radius: 30px;
      display: grid;
      place-items: center;
      font-size: 42px;
      margin: 0 auto 18px;
      background: linear-gradient(135deg, #fff1f0, #fff7d6);
    }

    .hidden { display: none !important; }

    .result-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 16px;
    }

    .result-head h2 {
      margin: 0 0 8px;
      font-size: 30px;
      letter-spacing: -.04em;
    }

    .result-head p {
      margin: 0;
      color: #777;
      line-height: 1.6;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 12px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: 999px;
      background: #fff0ef;
      color: var(--lenovo-red);
      font-weight: 900;
      font-size: 12px;
      border: 1px solid #ffd7d3;
    }

    .winner {
      border-radius: 28px;
      background: linear-gradient(135deg, #fff1f0, #fffdf8 65%);
      border: 2px solid #ffd1cb;
      padding: 22px;
      margin-bottom: 16px;
      position: relative;
      overflow: hidden;
    }

    .winner::before {
      content: "TOP 1";
      position: absolute;
      right: 18px;
      top: 12px;
      color: rgba(226,35,26,.08);
      font-weight: 950;
      font-size: 54px;
      letter-spacing: -.05em;
    }

    .product-layout {
      display: grid;
      grid-template-columns: 190px 1fr;
      gap: 18px;
      align-items: start;
      position: relative;
      z-index: 1;
    }

    .product-img-wrap {
      min-height: 150px;
      border-radius: 22px;
      background: #fff;
      border: 1px solid #f3ded7;
      display: grid;
      place-items: center;
      padding: 10px;
      overflow: hidden;
      text-decoration: none;
    }

    .product-img {
      width: 100%;
      max-height: 170px;
      object-fit: contain;
      display: block;
      mix-blend-mode: multiply;
      transition: transform .22s ease;
    }

    .product-img-wrap:hover .product-img {
      transform: scale(1.04);
    }

    .product-card {
      border-radius: 24px;
      background: #fff;
      border: 1px solid #f0ded6;
      padding: 18px;
      box-shadow: 0 10px 24px rgba(126,36,28,.06);
    }

    .product-card + .product-card {
      margin-top: 12px;
    }

    .product-card h3,
    .winner h3 {
      margin: 0 0 8px;
      font-size: 22px;
      line-height: 1.25;
    }

    .series {
      color: var(--lenovo-red);
      font-weight: 950;
      margin-bottom: 10px;
    }

    .score {
      color: #888;
      font-size: 13px;
      margin-bottom: 8px;
    }

    .product-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 10px 0;
    }

    .pill {
      padding: 5px 9px;
      border-radius: 999px;
      background: #fff7ea;
      border: 1px solid #ffe2ae;
      color: #8b4a00;
      font-size: 12px;
      font-weight: 900;
    }

    .reason-list {
      display: grid;
      gap: 8px;
      list-style: none;
      padding: 0;
      margin: 12px 0 0;
    }

    .reason-list li {
      display: flex;
      gap: 8px;
      color: #555;
      line-height: 1.55;
      font-size: 14px;
    }

    .reason-list li::before {
      content: "✓";
      color: var(--lenovo-red);
      font-weight: 950;
      margin-top: 1px;
    }


    .sku-row {
      margin: 8px 0 2px;
    }

    .recommended-sku {
      margin: 12px 0 4px;
      padding: 13px 14px;
      border-radius: 17px;
      background: linear-gradient(135deg, #fff7ea, #fff);
      border: 1px solid #ffe2ae;
    }

    .recommended-sku-head {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      gap: 8px;
      margin-bottom: 6px;
    }

    .recommended-sku-head b {
      color: #8b4a00;
      font-size: 14px;
      line-height: 1.4;
    }

    .recommended-sku-price {
      color: var(--lenovo-red);
      font-size: 18px;
      font-weight: 950;
      white-space: nowrap;
    }

    .recommended-sku-code,
    .recommended-sku-config {
      color: #666;
      font-size: 12px;
      line-height: 1.55;
    }

    .recommended-sku-fit {
      display: inline-flex;
      margin-top: 7px;
      padding: 4px 8px;
      border-radius: 999px;
      background: #fff1f0;
      border: 1px solid #ffd1cb;
      color: var(--lenovo-red);
      font-size: 11px;
      font-weight: 900;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .link-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      text-decoration: none;
      border-radius: 999px;
      padding: 10px 14px;
      font-weight: 950;
      font-size: 13px;
      border: 1px solid #ffd1cb;
      color: var(--lenovo-red);
      background: #fff;
      transition: transform .16s ease, background .16s ease;
    }

    .link-btn:hover {
      transform: translateY(-1px);
      background: #fff4f2;
    }

    .link-btn.primary-link {
      background: linear-gradient(135deg, var(--lenovo-red), var(--orange));
      color: #fff;
      border-color: transparent;
      box-shadow: 0 10px 20px rgba(226,35,26,.18);
    }

    .compare {
      margin-top: 16px;
      padding: 15px 18px;
      border-radius: 20px;
      background: #fff7ea;
      border: 1px solid #ffe2ae;
      color: #754400;
      line-height: 1.65;
      font-size: 14px;
    }

    .quick-benefits {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
      gap: 14px;
      margin-top: 22px;
    }

    .quick-benefit {
      background: #fff;
      border-radius: 22px;
      padding: 18px;
      border: 1px solid #f0ded6;
      box-shadow: 0 10px 22px rgba(126,36,28,.06);
    }

    .quick-benefit b {
      display: block;
      color: var(--lenovo-red);
      font-size: 18px;
      margin-bottom: 6px;
    }

    .quick-benefit span {
      color: #777;
      font-size: 13px;
      line-height: 1.55;
    }

    @media (max-width: 980px) {
      .hero-inner,
      .quiz-body {
        grid-template-columns: 1fr;
      }

      .quiz-panel {
        border-right: 0;
        border-bottom: 1px solid #f2e7df;
      }

      .progress-line {
        width: 180px;
      }

      .quick-benefits {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 680px) {
      .nav-links { display: none; }
      .hero-inner { padding: 34px 24px; }
      .hero-visual { min-height: 260px; }
      .quiz-top { align-items: flex-start; flex-direction: column; }
      .progress-line { width: 100%; }
      .product-layout { grid-template-columns: 1fr; }
      .product-img-wrap { min-height: 190px; }
      .quick-benefits { grid-template-columns: 1fr; }
    }
  
    .hero-photo-banner{
      margin-top: 26px;
      border-radius: 34px;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(188, 45, 24, .18);
      background: transparent;
      min-height: auto;
    }

    .hero-banner-wrap{
      position: relative;
      width: 100%;
      border-radius: 34px;
      overflow: hidden;
    }

    .hero-banner-img{
      display: block;
      width: 100%;
      height: auto;
    }

    .hero-hotspots{
      position: absolute;
      inset: 0;
    }

    .hero-link{
      position: absolute;
      display: block;
      border-radius: 999px;
      background: transparent;
    }

    /* clickable areas aligned to the generated hero */
    .start-link{
      left: 3.8%;
      top: 70.8%;
      width: 18.2%;
      height: 11.6%;
    }

    .welfare-link{
      left: 24.2%;
      top: 70.9%;
      width: 22.2%;
      height: 11.4%;
    }

    .verify-link{
      left: 81.2%;
      top: 47.5%;
      width: 10.4%;
      height: 7.2%;
      border-radius: 28px;
    }

    @media (max-width: 980px){
      .hero-photo-banner{
        border-radius: 26px;
      }
      .hero-banner-wrap{
        border-radius: 26px;
      }
    }

  
    .hero-banner-img{
      display:block !important;
      width:100% !important;
      height:auto !important;
      object-fit:cover;
      background:#f6f3ed;
    }

  
    .hero-hotspots{
      position:absolute !important;
      inset:0 !important;
      z-index:5 !important;
      pointer-events:none;
    }

    .hero-link{
      position:absolute !important;
      display:block !important;
      z-index:6 !important;
      pointer-events:auto !important;
      cursor:pointer !important;
      border-radius:999px;
      background:rgba(255,255,255,0);
    }

    .start-link{
      left:3.7% !important;
      top:66.2% !important;
      width:18.8% !important;
      height:12.2% !important;
    }

    .welfare-link{
      left:23.8% !important;
      top:66.2% !important;
      width:20.0% !important;
      height:12.2% !important;
    }

    .verify-link{
      left:81.0% !important;
      top:45.5% !important;
      width:11.2% !important;
      height:8.6% !important;
    }

  
    .logo-official{
      display:flex;
      align-items:center;
      gap:14px;
      white-space:nowrap;
    }

    .logo-official-img{
      display:block;
      height:38px;
      width:auto;
      object-fit:contain;
    }

    .logo-subtext{
      color:#4a4a4a;
      font-weight:900;
      font-size:18px;
      letter-spacing:-0.02em;
    }

    @media (max-width: 680px){
      .logo-official-img{
        height:30px;
      }
      .logo-subtext{
        font-size:16px;
      }
    }

  
    .logo-home-link{
      display:inline-flex;
      align-items:center;
      text-decoration:none;
      border-radius:6px;
      transition:transform .16s ease, opacity .16s ease;
    }

    .logo-home-link:hover{
      transform:translateY(-1px);
      opacity:.92;
    }

  
    /* final hero hotspot alignment for the approved MBTI hero */
    .hero-hotspots{
      position:absolute !important;
      inset:0 !important;
      z-index:10 !important;
      pointer-events:none !important;
    }

    .hero-link{
      position:absolute !important;
      display:block !important;
      z-index:11 !important;
      pointer-events:auto !important;
      cursor:pointer !important;
      background:transparent !important;
      border-radius:999px !important;
    }

    .start-link{
      left:3.6% !important;
      top:76.4% !important;
      width:20.6% !important;
      height:10.4% !important;
    }

    .welfare-link{
      left:25.0% !important;
      top:77.2% !important;
      width:17.8% !important;
      height:8.6% !important;
    }

    .verify-link{
      left:60.6% !important;
      top:11.6% !important;
      width:26.2% !important;
      height:14.0% !important;
    }

  
    body{
      padding-top: 0 !important;
    }

    .page{
      padding-top: 14px !important;
    }

    .hero-photo-banner{
      margin-top: 10px !important;
    }


    /* clickable areas for top Lenovo / ThinkPad / ThinkBook inside the hero banner */
    .logo-top-link{
      left:2.8% !important;
      top:2.5% !important;
      width:13.5% !important;
      height:5.0% !important;
      border-radius:6px !important;
    }

    .thinkpad-top-link{
      left:20.6% !important;
      top:2.6% !important;
      width:8.0% !important;
      height:5.0% !important;
      border-radius:6px !important;
    }

    .thinkbook-top-link{
      left:30.3% !important;
      top:2.6% !important;
      width:8.0% !important;
      height:5.0% !important;
      border-radius:6px !important;
    }

    .quick-benefit{
      display:block;
      text-decoration:none;
      color:inherit;
      cursor:pointer;
      transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
    }

    .quick-benefit:hover{
      transform:translateY(-2px);
      border-color:#ffb4aa;
      box-shadow:0 14px 28px rgba(226,35,26,.10);
    }

    .hero-link:focus-visible{
      outline:2px solid rgba(226,35,26,.85);
      outline-offset:3px;
    }


    .audience-switch {
      margin: 22px auto 10px;
      padding: 22px;
      border-radius: 28px;
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(226,35,26,.10);
      box-shadow: var(--shadow);
    }

    .audience-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 16px;
    }

    .audience-head h2 {
      margin: 0 0 6px;
      font-size: 28px;
      letter-spacing: -.04em;
    }

    .audience-head p {
      margin: 0;
      color: var(--muted);
      line-height: 1.65;
    }

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

    .audience-card {
      width: 100%;
      border: 1px solid #f0ded6;
      border-radius: 22px;
      background: #fff;
      padding: 18px;
      text-align: left;
      cursor: pointer;
      transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
    }

    .audience-card:hover {
      transform: translateY(-2px);
      border-color: #ffb4aa;
      box-shadow: 0 12px 26px rgba(226,35,26,.09);
    }

    .audience-card.active {
      border-color: var(--lenovo-red);
      background: linear-gradient(135deg, #fff1f0, #fffdf8);
      box-shadow: 0 14px 30px rgba(226,35,26,.12);
    }

    .audience-card b {
      display: block;
      color: var(--lenovo-red);
      font-size: 20px;
      margin-bottom: 6px;
    }

    .audience-card span {
      color: #666;
      line-height: 1.55;
      font-size: 14px;
    }

    @media (max-width: 680px){
      .audience-head { align-items: flex-start; flex-direction: column; }
      .audience-options { grid-template-columns: 1fr; }
    }


    .identity-gate {
      min-height: calc(100vh - 28px);
      display: grid;
      place-items: center;
      padding: 34px 0 44px;
    }

    .identity-gate-card {
      width: min(980px, 100%);
      border-radius: 36px;
      background:
        radial-gradient(circle at top left, rgba(226,35,26,.16), transparent 28rem),
        radial-gradient(circle at top right, rgba(255,138,0,.14), transparent 26rem),
        rgba(255,255,255,.94);
      border: 1px solid rgba(226,35,26,.10);
      box-shadow: 0 24px 60px rgba(126,36,28,.14);
      padding: 42px;
      text-align: center;
    }

    .identity-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 14px;
      border-radius: 999px;
      background: #fff1f0;
      color: var(--lenovo-red);
      font-weight: 950;
      border: 1px solid #ffd1cb;
      margin-bottom: 18px;
      font-size: 13px;
      letter-spacing: .08em;
    }

    .identity-gate h1 {
      margin: 0;
      font-size: clamp(36px, 6vw, 64px);
      line-height: 1.05;
      letter-spacing: -.06em;
      color: #1f1f1f;
    }

    .identity-gate p {
      max-width: 720px;
      margin: 16px auto 0;
      color: #666;
      font-size: 17px;
      line-height: 1.75;
    }

    .identity-choice-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 34px;
    }

    .identity-choice {
      width: 100%;
      border: 1px solid #f0ded6;
      border-radius: 28px;
      background: #fff;
      padding: 28px 24px;
      cursor: pointer;
      text-align: left;
      transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease;
    }

    .identity-choice:hover {
      transform: translateY(-3px);
      border-color: #ffb4aa;
      box-shadow: 0 16px 34px rgba(226,35,26,.12);
      background: linear-gradient(135deg, #fff1f0, #fffdf8);
    }

    .identity-choice b {
      display: block;
      color: var(--lenovo-red);
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .identity-choice span {
      display: block;
      color: #666;
      font-size: 15px;
      line-height: 1.65;
    }

    .identity-choice .identity-icon {
      width: 54px;
      height: 54px;
      border-radius: 18px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--lenovo-red), var(--orange));
      color: #fff;
      font-size: 26px;
      margin-bottom: 18px;
      box-shadow: 0 12px 24px rgba(226,35,26,.18);
    }

    .experience-hidden .hero-photo-banner,
    .experience-hidden #selector,
    .experience-hidden #benefits {
      display: none !important;
    }

    .experience-ready #identityGate {
      display: none !important;
    }

    .identity-back-bar {
      display: none;
      justify-content: flex-start;
      margin: 12px 0 12px;
    }

    .experience-ready .identity-back-bar {
      display: flex;
    }

    .identity-back-btn {
      border: 1px solid #ffd1cb;
      border-radius: 999px;
      background: rgba(255,255,255,.94);
      color: var(--lenovo-red);
      padding: 10px 15px;
      font-size: 14px;
      font-weight: 950;
      cursor: pointer;
      box-shadow: 0 8px 18px rgba(226,35,26,.08);
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
    }

    .identity-back-btn:hover {
      transform: translateY(-1px);
      background: #fff4f2;
      box-shadow: 0 12px 24px rgba(226,35,26,.12);
    }

    @media (max-width: 680px){
      .identity-gate-card { padding: 30px 20px; border-radius: 28px; }
      .identity-choice-grid { grid-template-columns: 1fr; }
      .identity-choice { padding: 22px; }
    }


    /* compact bottom benefits cards: smaller text so work benefits fit on one line when possible */
    .quick-benefits {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 12px;
    }

    .quick-benefit {
      padding: 16px;
    }

    .quick-benefit b {
      font-size: 15px;
      line-height: 1.32;
      letter-spacing: -0.02em;
      margin-bottom: 8px;
    }

    .quick-benefit span {
      font-size: 12px;
      line-height: 1.5;
    }

    @media (min-width: 981px) {
      .quick-benefit b {
        white-space: normal;
        text-wrap: balance;
      }
    }

  

    /* MBTI downloadable name card modal */
    .report-save-inline-btn {
      margin-top: 12px;
      border: 1px solid #ffd1cb;
      border-radius: 999px;
      background: #fff;
      color: var(--lenovo-red);
      padding: 10px 14px;
      font-size: 13px;
      font-weight: 950;
      cursor: pointer;
      box-shadow: 0 8px 18px rgba(226,35,26,.08);
      transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
      white-space: nowrap;
    }

    .report-save-inline-btn:hover {
      transform: translateY(-1px);
      background: #fff4f2;
      box-shadow: 0 12px 24px rgba(226,35,26,.12);
    }

    .mbti-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
      background: rgba(20, 10, 8, .56);
      backdrop-filter: blur(10px);
    }

    .mbti-modal.active {
      display: flex;
      animation: mbtiModalFade .22s ease both;
    }

    @keyframes mbtiModalFade {
      from { opacity: 0; }
      to { opacity: 1; }
    }

    .mbti-modal-shell {
      width: min(980px, 100%);
      max-height: calc(100vh - 44px);
      overflow: auto;
      border-radius: 34px;
      background: #fff;
      box-shadow: 0 28px 80px rgba(0,0,0,.28);
      transform-origin: center;
    }

    .mbti-modal.active .mbti-modal-shell {
      animation: mbtiCardPop .34s cubic-bezier(.18, .9, .22, 1.08) both;
    }

    @keyframes mbtiCardPop {
      from { opacity: 0; transform: translateY(18px) scale(.94); }
      to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .mbti-modal-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 18px 22px;
      border-bottom: 1px solid #f0ded6;
      background: linear-gradient(90deg, #fff7f1, #fff);
    }

    .mbti-modal-top h3 {
      margin: 0 0 4px;
      font-size: 21px;
      letter-spacing: -.03em;
    }

    .mbti-modal-top p {
      margin: 0;
      color: #777;
      font-size: 13px;
      line-height: 1.5;
    }

    .mbti-close-btn {
      width: 38px;
      height: 38px;
      border: 0;
      border-radius: 999px;
      background: #fff1f0;
      color: var(--lenovo-red);
      font-size: 26px;
      font-weight: 900;
      line-height: 1;
      cursor: pointer;
    }

    .mbti-modal-body {
      display: grid;
      grid-template-columns: 390px 1fr;
      gap: 22px;
      padding: 22px;
      align-items: start;
    }

    .mbti-card-preview {
      width: 375px;
      aspect-ratio: 3 / 4;
      border-radius: 28px;
      overflow: hidden;
      background:
        radial-gradient(circle at 88% 12%, rgba(255,255,255,.22), transparent 150px),
        radial-gradient(circle at 0 100%, rgba(255,255,255,.13), transparent 170px),
        linear-gradient(135deg, #e2231a 0%, #ff4b24 52%, #ffae35 100%);
      color: #fff;
      padding: 26px;
      position: relative;
      box-shadow: 0 18px 42px rgba(226,35,26,.24);
    }

    .mbti-card-preview::before {
      content: "";
      position: absolute;
      right: -80px;
      top: -80px;
      width: 230px;
      height: 230px;
      border-radius: 999px;
      background: rgba(255,255,255,.18);
    }

    .mbti-card-preview > * { position: relative; z-index: 1; }

    .card-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 22px;
    }

    .card-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 150px;
      height: 31px;
      padding: 0 8px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.45);
      font-size: 9.5px;
      font-weight: 950;
      letter-spacing: .01em;
      white-space: nowrap;
    }

    .card-logo-mini {
      display: inline-flex;
      padding: 6px 10px;
      border-radius: 7px;
      background: #fff;
      color: var(--lenovo-red);
      font-size: 12px;
      font-weight: 950;
    }

    .card-title-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 13px;
    }

    .mbti-card-preview h2 {
      margin: 0;
      color: #fff;
      font-size: 31px;
      line-height: .98;
      letter-spacing: -.06em;
    }

    .card-mascots {
      width: 132px;
      height: 112px;
      object-fit: contain;
      object-position: center bottom;
      margin-top: -18px;
      margin-right: -4px;
      filter: drop-shadow(0 10px 16px rgba(120,0,0,.14));
    }

    .card-mid-layout {
      display: grid;
      grid-template-columns: 1fr 138px;
      gap: 10px;
      align-items: stretch;
      margin-bottom: 15px;
    }

    .card-info-stack {
      display: grid;
      gap: 10px;
      align-content: stretch;
    }

    .card-mbti-pill,
    .card-info-small,
    .card-product-box {
      width: 100%;
      background: rgba(255,255,255,.18);
      border: 1px solid rgba(255,255,255,.30);
    }

    .card-mbti-pill {
      min-height: 64px;
      border-radius: 999px;
      background: #fff;
      color: var(--lenovo-red);
      padding: 10px 16px 8px;
      box-shadow: 0 12px 24px rgba(120,0,0,.14);
    }

    .card-mbti-code {
      display: block;
      font-size: 40px;
      line-height: .88;
      font-weight: 950;
      letter-spacing: -.045em;
    }

    .card-mbti-cn {
      display: block;
      margin-top: 6px;
      font-size: 12px;
      font-weight: 900;
      color: #8b4a00;
    }

    .card-info-small {
      min-height: 58px;
      padding: 9px 14px;
      border-radius: 16px;
    }

    .card-info-small span,
    .card-product-box span {
      display: block;
      font-size: 12px;
      font-weight: 900;
      opacity: .88;
      margin-bottom: 4px;
    }

    .card-info-small strong {
      font-size: 17px;
      line-height: 1.15;
    }

    .card-product-box {
      min-height: 82px;
      padding: 12px 14px;
      border-radius: 18px;
    }

    .card-product-box strong {
      display: block;
      font-size: 18px;
      line-height: 1.14;
      letter-spacing: -.03em;
    }

    .card-product-img-wrap {
      height: 100%;
      min-height: 224px;
      border-radius: 18px;
      background: rgba(255,255,255,.92);
      display: grid;
      place-items: center;
      padding: 10px;
      overflow: hidden;
    }

    .card-product-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      mix-blend-mode: multiply;
    }

    .card-reasons-box {
      border-radius: 20px;
      background: rgba(255,255,255,.94);
      color: #202124;
      padding: 15px;
    }

    .card-reasons-box h4 {
      margin: 0 0 8px;
      color: var(--lenovo-red);
      font-size: 17px;
      line-height: 1.2;
    }

    .card-reasons-box ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 6px;
    }

    .card-reasons-box li {
      color: #444;
      font-size: 12.5px;
      line-height: 1.35;
      font-weight: 750;
    }

    .card-reasons-box li::before {
      content: "✓";
      color: var(--lenovo-red);
      font-weight: 950;
      margin-right: 5px;
    }

    .card-footer-mini {
      margin-top: 14px;
      display: grid;
      gap: 2px;
    }

    .card-footer-mini b {
      font-size: 13px;
    }

    .card-footer-mini span {
      font-size: 11px;
      opacity: .9;
    }

    .mbti-card-actions {
      padding: 10px 0 0;
      color: #555;
      line-height: 1.7;
    }

    .mbti-card-actions p {
      margin: 0 0 18px;
    }

    .mbti-wechat-hint {
      margin: 10px 0 18px;
      padding: 10px 12px;
      border-radius: 14px;
      background: #fff7ea;
      border: 1px solid #ffe2ae;
      color: #8b4a00;
      font-size: 14px;
      line-height: 1.55;
      font-weight: 850;
    }

    .mbti-download-btn,
    .mbti-secondary-btn {
      border: 0;
      border-radius: 999px;
      padding: 13px 20px;
      font-size: 15px;
      font-weight: 950;
      cursor: pointer;
      transition: transform .16s ease, box-shadow .16s ease;
    }

    .mbti-download-btn {
      background: linear-gradient(135deg, var(--lenovo-red), var(--orange));
      color: #fff;
      box-shadow: 0 12px 24px rgba(226,35,26,.20);
    }

    .mbti-secondary-btn {
      background: #f3eee8;
      color: #555;
      margin-left: 8px;
    }

    .mbti-download-btn:hover,
    .mbti-secondary-btn:hover {
      transform: translateY(-1px);
    }

    @media (max-width: 760px) {
      .mbti-modal-body { grid-template-columns: 1fr; }
      .mbti-card-preview { width: min(375px, 100%); margin: 0 auto; }
    }


    /* Unified MBTI card preview: preview uses the exact same generated PNG as download */
    .mbti-card-preview {
      padding: 0 !important;
      background: #fff !important;
      width: min(375px, 100%) !important;
      aspect-ratio: 3 / 4 !important;
      display: grid !important;
      place-items: center !important;
      overflow: hidden !important;
      box-shadow: 0 18px 42px rgba(226,35,26,.24) !important;
    }

    .mbti-card-preview::before { display: none !important; }

    .mbti-card-preview > *:not(#mbtiCardPreviewImage):not(.mbti-preview-loading) {
      display: none !important;
    }

    #mbtiCardPreviewImage {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: 28px;
    }

    .mbti-preview-loading {
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      color: var(--lenovo-red);
      font-size: 16px;
      font-weight: 950;
      background: linear-gradient(135deg, #fff7f1, #fff);
    }

    @media (max-width: 760px) {
      .mbti-modal-shell { max-height: calc(100vh - 28px); }
      .mbti-modal-body { padding: 18px; }
      .mbti-card-preview { width: min(375px, 88vw) !important; }
    }
