:root{--blue:#0768ee;--blue-dark:#0757cf;--navy:#102847;--text:#203651;--muted:#60748d;--line:#dce5ef;--soft:#f4f8fd;--green:#18a875;--font:"Segoe UI","Microsoft YaHei UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:var(--font);-webkit-font-smoothing:antialiased}a,button{font:inherit}.site-header{position:relative;z-index:5;display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:76px;border-bottom:1px solid var(--line);padding:0 clamp(28px,4.4vw,74px);background:#fff}.brand{display:flex;align-items:center;color:var(--navy);text-decoration:none}.brand>svg{width:30px;height:30px;margin-right:10px;fill:var(--blue)}.brand strong{font-size:21px;letter-spacing:-.02em}.brand span{margin-left:16px;border-left:1px solid #cbd7e4;padding-left:16px;color:var(--muted);font-size:14px}.site-header nav{display:flex;justify-content:center;gap:48px;height:76px}.site-header nav a{display:grid;place-items:center;position:relative;color:var(--navy);font-size:15px;font-weight:700;text-decoration:none}.site-header nav a[aria-current=page]{color:var(--blue)}.site-header nav a[aria-current=page]::after{position:absolute;right:0;bottom:0;left:0;height:4px;border-radius:4px 4px 0 0;background:var(--blue);content:""}.trial-status{display:flex;align-items:center;gap:8px;margin:0;color:#52657c;font-size:14px}.trial-status svg{width:22px;height:22px;fill:var(--green)}main{overflow:hidden}.hero{display:grid;grid-template-columns:minmax(390px,.82fr) minmax(660px,1.45fr);align-items:center;gap:28px;min-height:430px;padding:52px clamp(48px,5.2vw,90px) 38px;background:linear-gradient(110deg,#fff 0%,#f9fcff 47%,#f1f7fd 100%)}.hero-copy{position:relative;z-index:2}.hero h1{margin:0;max-width:650px;font-size:clamp(38px,3.35vw,56px);line-height:1.18;letter-spacing:-.045em}.hero-copy>p{max-width:570px;margin:24px 0 0;color:#405672;font-size:17px;line-height:1.9}.hero-actions{display:flex;gap:16px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;border:1px solid var(--blue);border-radius:7px;padding:0 24px;color:var(--blue);font-size:15px;font-weight:750;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button svg,.text-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button.primary{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(7,104,238,.18)}.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 11px 28px rgba(7,104,238,.23)}.button:focus-visible,.site-header a:focus-visible,.stage-route button:focus-visible,.text-action:focus-visible{outline:3px solid rgba(7,104,238,.28);outline-offset:3px}.causal-visual{position:relative;display:grid;grid-template-columns:150px minmax(450px,1fr) 210px;align-items:center;min-height:330px}.student-gesture{width:190px;max-width:none;margin-left:-55px;filter:drop-shadow(0 14px 18px rgba(16,40,71,.08))}.causal-visual>ol{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:0;list-style:none}.causal-visual>ol::before{position:absolute;top:45px;right:10%;left:10%;border-top:2px dashed #2f7ee9;content:""}.causal-visual li{position:relative;display:grid;justify-items:center;text-align:center}.causal-visual li>span{position:relative;z-index:2;display:grid;place-items:center;width:88px;height:88px;border:1px solid #d3e1f1;border-radius:50%;background:#fff;color:var(--blue);box-shadow:0 7px 18px rgba(38,83,132,.06)}.causal-visual li svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.causal-visual li strong{margin-top:15px;font-size:15px}.causal-visual li small{margin-top:6px;color:var(--muted);font-size:11px;line-height:1.5}.causal-visual figure{align-self:stretch;display:grid;align-content:end;justify-items:center;margin:0}.causal-visual figure img{width:210px;max-height:290px;object-fit:cover;object-position:center 54%}.causal-visual figcaption{margin-top:-6px;color:#718197;font-size:10px}.stage-route{padding:0 clamp(48px,4.6vw,80px)}.stage-route>ol{display:grid;grid-template-columns:repeat(4,1fr);margin:0;padding:0;border:1px solid #cdd9e7;border-radius:10px;background:#fff;list-style:none;overflow:hidden}.stage-route li+li{border-left:1px solid var(--line)}.stage-route button{display:grid;grid-template-columns:42px 1fr 24px;align-items:center;gap:12px;width:100%;min-height:118px;border:0;background:#fff;padding:18px 22px;color:var(--navy);text-align:left;cursor:pointer}.stage-route button>b{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#a5b1c1;color:#fff;font-size:16px}.stage-route button span{display:grid}.stage-route button strong{font-size:16px}.stage-route button small{margin-top:7px;color:var(--muted);font-size:11px;line-height:1.45}.stage-route button>svg{width:20px;height:20px;fill:none;stroke:#66798f;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stage-route button.active{background:linear-gradient(105deg,#f2f7ff,#fff);box-shadow:inset 0 0 0 2px var(--blue)}.stage-route button.active>b{background:var(--blue)}.stage-route button.active>svg{stroke:var(--blue)}.stage-route button:disabled{background:#fbfcfe;color:#78879a;cursor:not-allowed}.stage-route button .lock{fill:#7b899b;stroke:none}.stage-detail{display:flex;align-items:center;gap:20px;border-bottom:1px solid var(--line);padding:16px 22px}.stage-detail>div{display:grid;margin-right:auto}.stage-detail small{color:var(--blue);font-size:11px;font-weight:800}.stage-detail strong{margin-top:3px;font-size:15px}.stage-detail span{margin-top:4px;color:var(--muted);font-size:12px}.text-action{display:flex;align-items:center;gap:8px;min-height:44px;color:var(--blue);font-size:13px;font-weight:800;text-decoration:none}.first-lessons{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;padding:28px clamp(48px,4.6vw,80px) 46px}.lesson-list,.resume{border:1px solid var(--line);border-radius:10px;background:#fff;padding:24px 28px}.first-lessons h2{margin:0;font-size:23px;letter-spacing:-.02em}.lesson-list ol{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}.lesson-list li{display:grid;grid-template-columns:46px 1fr;align-items:center;min-height:52px;border:1px solid var(--line);border-radius:7px;overflow:hidden}.lesson-list li svg{width:46px;height:52px;background:var(--blue);padding:12px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.lesson-list li:nth-child(2) svg{background:var(--green)}.lesson-list li:nth-child(3) svg{background:#725adb}.lesson-list li span{padding:0 15px;color:#50647c;font-size:13px}.lesson-list li strong{margin-right:8px;color:var(--navy);font-size:14px}.resume{display:grid;grid-template-columns:1fr 210px;align-items:center;background:linear-gradient(110deg,#f8fbff,#eef6ff);overflow:hidden}.resume p{max-width:440px;margin:12px 0 20px;color:var(--muted);font-size:13px;line-height:1.7}.resume img{width:240px;height:220px;object-fit:cover;object-position:center 52%;mix-blend-mode:multiply}.boundary{display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px;border-top:1px solid var(--line);color:#61738a;font-size:12px}.boundary svg{width:17px;height:17px;fill:#718197}.visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:1180px){.site-header nav{gap:26px}.hero{grid-template-columns:1fr;padding-top:42px}.hero-copy{text-align:center}.hero h1,.hero-copy>p{margin-right:auto;margin-left:auto}.hero-actions{justify-content:center}.causal-visual{grid-template-columns:150px 1fr 180px}.causal-visual figure img{width:180px}.stage-route button{grid-template-columns:38px 1fr;padding:16px}.stage-route button>svg{display:none}.first-lessons{grid-template-columns:1fr}}@media(max-width:760px){.site-header{grid-template-columns:1fr auto;min-height:86px;padding:12px 18px}.brand>svg{width:26px}.brand strong{font-size:18px}.brand span{position:absolute;top:55px;left:18px;margin:0;border:0;padding:0;font-size:12px}.site-header nav{display:none}.trial-status{position:absolute;top:54px;right:18px;font-size:11px}.trial-status svg{width:17px}.hero{display:block;min-height:0;padding:32px 18px 20px}.hero-copy{text-align:left}.hero h1{font-size:34px;line-height:1.25}.hero-copy>p{margin-top:16px;font-size:15px;line-height:1.75}.causal-visual{display:grid;grid-template-columns:78px 1fr 86px;min-height:220px;margin-top:20px}.student-gesture{width:112px;margin-left:-34px}.causal-visual>ol{grid-template-columns:1fr 1fr;gap:10px 4px}.causal-visual>ol::before{display:none}.causal-visual li>span{width:44px;height:44px}.causal-visual li svg{width:24px;height:24px}.causal-visual li strong{margin-top:5px;font-size:11px}.causal-visual li small{display:none}.causal-visual figure img{width:96px;height:178px;max-height:none}.causal-visual figcaption{font-size:8px;text-align:center}.hero-actions{display:grid;gap:10px;margin-top:20px}.button{width:100%;min-height:52px}.stage-route{padding:0 18px}.stage-route>ol{grid-template-columns:1fr;border-radius:9px}.stage-route li+li{border-top:1px solid var(--line);border-left:0}.stage-route button{grid-template-columns:40px 1fr 22px;min-height:88px;padding:14px 16px}.stage-route button>svg{display:block}.stage-route button strong{font-size:15px}.stage-route button small{font-size:11px}.stage-detail{align-items:stretch;flex-direction:column;padding:15px 17px}.stage-detail span{line-height:1.55}.text-action{justify-content:space-between}.first-lessons{display:block;padding:22px 18px 30px}.lesson-list,.resume{padding:20px}.first-lessons h2{font-size:21px}.resume{grid-template-columns:1fr;margin-top:14px}.resume img{display:none}.boundary{padding:12px 20px;text-align:center;line-height:1.55}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}
