.motivation-section{opacity:0;background:#fff;border:1px solid #f1f5f9;border-radius:24px;padding:32px;animation:1s ease-out forwards fadeInIntro;transform:translateY(20px);box-shadow:0 20px 40px -15px #0000000d}@keyframes fadeInIntro{to{opacity:1;transform:translateY(0)}}.motivation-section h2{color:#0f172a;letter-spacing:-.5px;align-items:center;gap:10px;margin-top:0;margin-bottom:16px;font-size:22px;font-weight:800;display:flex}.emoji-icon{transform-origin:70% 70%;font-size:28px;animation:2s infinite wave}@keyframes wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%,to{transform:rotate(0)}}.motivation-section p{color:#475569;margin-bottom:20px;font-size:15px;line-height:1.6}.motivation-section strong{color:#0f172a;font-weight:700}.highlight-red{color:#ef4444;font-weight:700}.diagram-wrapper{aspect-ratio:1/.8;background:radial-gradient(circle,#f8fafc 0%,#fff 80%);border-radius:20px;justify-content:center;align-items:center;width:100%;max-height:420px;margin:28px 0;display:flex;position:relative}svg.lines{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.animated-line{stroke-width:3px;stroke-dasharray:8 8;opacity:0;animation:1s ease-out forwards drawLine,20s linear infinite dashMove}@keyframes drawLine{0%{opacity:0;stroke-dasharray:0 1000}to{opacity:.6;stroke-dasharray:8 8}}@keyframes dashMove{to{stroke-dashoffset:-400px}}.node-wrapper{z-index:10;position:absolute;transform:translate(-50%,-50%)}.center-wrapper{z-index:20;top:50%;left:50%}.inner-node{text-align:center;border:2px solid var(--node-color,#ef4444);opacity:0;cursor:default;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;padding:8px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;transform:scale(.4)translateY(20px);box-shadow:0 8px 20px -5px #0000001a}@keyframes popIn{0%{opacity:0;transform:scale(.4)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.orbit-node{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards popIn}.inner-node:hover{box-shadow:0 12px 24px -6px #00000026,0 0 0 3px var(--node-color);z-index:50;transform:scale(1.15)!important}.node-icon{font-size:22px;line-height:1}.node-title{color:#0f172a;margin-top:2px;font-size:10px;font-weight:700;line-height:1.15}.center-node{color:#0f172a;opacity:0;z-index:20;background:#fff;border:3px solid #ef4444;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:110px;height:110px;font-size:16px;font-weight:800;animation:.8s cubic-bezier(.34,1.56,.64,1) forwards popIn,2s ease-in-out 1s infinite heartbeat;display:flex;box-shadow:0 0 0 8px #ef44441a,0 20px 40px -10px #ef444426}.center-icon{margin-bottom:2px;font-size:28px}@keyframes heartbeat{0%,to{transform:scale(1);box-shadow:0 0 0 8px #ef44441a,0 20px 40px -10px #ef444426}50%{transform:scale(1.05);box-shadow:0 0 0 15px #ef444426,0 25px 50px -10px #ef44444d}}.bottom-text-card{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:0 12px 12px 0;margin-top:24px;padding:16px 20px}.bottom-text-card p{margin-bottom:0;font-size:14px}.bottom-text-card p:not(:last-child){margin-bottom:12px}.celebration-text{text-align:center;color:#0000;background:linear-gradient(90deg,#3b82f6,#ec4899,#ef4444);-webkit-background-clip:text;background-clip:text;margin-top:24px;font-size:16px;font-weight:800}@media (max-width:640px){.motivation-section{border-radius:16px;padding:20px}.motivation-section h2{font-size:18px}.motivation-section p{font-size:13px}.diagram-wrapper{aspect-ratio:1;margin:20px 0}.inner-node{width:68px;height:68px;padding:6px}.node-icon{font-size:18px}.node-title{font-size:8px}.center-node{width:80px;height:80px;font-size:12px}.center-icon{font-size:20px}.bottom-text-card p{font-size:13px}.celebration-text{font-size:14px}}
