.human-section{background:#ffffff}.human-box{box-shadow:0 32px 80px rgba(0,0,0,.18)}.human-vignette{position:absolute;inset:0;background:radial-gradient(ellipse 70% 55% at 85% 12%,rgba(255,122,0,.12) 0,transparent 60%),radial-gradient(ellipse 60% 50% at 8% 85%,rgba(255,160,80,.07) 0,transparent 62%),linear-gradient(180deg,rgba(0,0,0,.32),transparent 26%,transparent 72%,rgba(0,0,0,.42))}.human-box-content{padding:2.25rem 1.5rem 2.5rem}@media (min-width:1024px){.human-box-content{display:grid;grid-template-columns:.92fr 1.08fr;gap:3.25rem;align-items:center;padding:3.25rem}}.human-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ff7a00}.human-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#ff7a00;box-shadow:0 0 10px rgba(255,122,0,.7)}.human-title{margin:0;font-size:clamp(1.9rem,3.4vw,2.7rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;color:#ffffff}.human-desc{margin:16px 0 0;max-width:30rem;font-size:15px;line-height:1.7;color:rgba(255,255,255,.55)}.human-tagline{position:relative;margin-top:24px;padding-left:16px;font-size:14px;line-height:1.6;color:rgba(255,255,255,.7)}.human-tagline:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:2px;border-radius:2px;background:linear-gradient(180deg,#ff7a00,rgba(255,122,0,.15))}.human-tagline strong{color:#ffffff;font-weight:700}.human-wizard{position:relative;z-index:2;margin:-2rem -1.25rem -5rem 0;border-radius:22px;border:1px solid rgba(255,255,255,.7);background:linear-gradient(170deg,#ffffff,#fdfaf7 55%,#fff2e6);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 44px 96px rgba(0,0,0,.45),0 12px 30px rgba(0,0,0,.26);padding:1.85rem 2rem 2rem;animation:human-card-float 7s ease-in-out infinite}.human-wizard-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.2rem}.human-wizard-head-title{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a3938a}.human-wizard-prog{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:#ff7a00}.human-wizard-prog-dot{width:6px;height:6px;border-radius:50%;background:#ff7a00;animation:human-pulse 1.8s ease-in-out infinite}.human-wizard-steps{position:relative;display:flex;flex-direction:column;gap:.85rem}.human-wizard-track{position:absolute;left:0;top:0;bottom:0;width:32px;z-index:0;pointer-events:none}.human-wizard-line{background:#ece3dc}.human-wizard-line,.human-wizard-line-fill{position:absolute;left:15px;width:2px;border-radius:2px;z-index:0}.human-wizard-line-fill{background:linear-gradient(180deg,#ff7a00,#ffb347);box-shadow:0 0 6px rgba(255,122,0,.28);transition:height .6s cubic-bezier(.22,1,.36,1)}.human-step{z-index:1;align-items:flex-start;gap:14px}.human-step,.human-step-node{position:relative;display:flex}.human-step-node{z-index:2;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border-radius:50%;border:2px solid #e3dad2;background:#ffffff;box-shadow:0 0 0 3px #ffffff;font-size:11px;font-weight:700;color:#b3a8a0;transition:border-color .4s ease,background .4s ease,color .4s ease,transform .4s cubic-bezier(.22,1,.36,1),box-shadow .4s ease}.human-step-node svg{width:13px;height:13px}.human-step.is-active .human-step-node{border-color:#ff7a00;background:#ffffff;color:#ff7a00;transform:scale(1.08);box-shadow:0 0 0 3px #ffffff,0 0 0 7px rgba(255,122,0,.12);animation:human-node-pulse 1.8s ease-in-out infinite}.human-step.is-done .human-step-node{border-color:#22a35a;background:#22a35a;color:#fff;box-shadow:0 0 0 3px #ffffff}.human-step-card{flex:1;min-width:0;padding:11px 14px;border-radius:12px;border:1px solid #efe7e0;background:#faf7f4;transition:border-color .4s ease,background .4s ease,box-shadow .4s ease,transform .4s cubic-bezier(.22,1,.36,1)}.human-step.is-active .human-step-card{border-color:rgba(255,122,0,.35);background:rgba(255,122,0,.06);box-shadow:0 0 0 1px rgba(255,122,0,.12),0 10px 26px rgba(255,122,0,.1);transform:translateX(3px)}.human-step.is-pending .human-step-card{opacity:.7}.human-step-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.human-step-label{font-size:14px;font-weight:600;letter-spacing:-.01em;color:#2a2628}.human-step.is-pending .human-step-label{color:#8a8286}.human-step-badge{flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:8.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ff7a00;background:rgba(255,122,0,.1);border:1px solid rgba(255,122,0,.25)}.human-step-sub{display:block;margin-top:3px;font-size:11.5px;line-height:1.5;color:#8a8286}@keyframes human-card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.human-dots{position:absolute;inset:0;z-index:0;opacity:.6;pointer-events:none;-webkit-mask-image:radial-gradient(130% 110% at 50% 50%,#000 55%,transparent 100%);mask-image:radial-gradient(130% 110% at 50% 50%,#000 55%,transparent 100%)}@keyframes human-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes human-node-pulse{0%,to{box-shadow:0 0 0 3px #ffffff,0 0 0 7px rgba(255,122,0,.12)}50%{box-shadow:0 0 0 3px #ffffff,0 0 0 10px rgba(255,122,0,0)}}@media (max-width:1023px){.human-wizard{margin:2rem 0 0;padding:1.5rem 1.25rem 1.65rem;border-radius:18px}.human-box-content{padding:2rem 1.25rem 2.25rem}.human-desc{max-width:none}.human-step-card{padding:10px 12px}.human-step-label{font-size:13px}.human-step-sub{font-size:11px}}@media (max-width:640px){.human-wizard{margin:1.5rem 0 0;padding:1.25rem 1rem 1.35rem}.human-wizard-head{flex-wrap:wrap;gap:.5rem}.human-step{gap:10px}.human-step-node{width:28px;height:28px;font-size:10px}.human-wizard-line,.human-wizard-line-fill{left:13px}.human-title{font-size:clamp(1.55rem,7vw,2rem)}}@media (prefers-reduced-motion:reduce){.human-step.is-active .human-step-node,.human-wizard,.human-wizard-prog-dot{animation:none}.human-wizard-line-fill{transition:none}}