.cmt-process{background:#0A0A0A;padding:100px 0;position:relative;overflow:hidden}.cmt-process::before{content:'';position:absolute;inset:0;pointer-events:none;opacity:0.025;background-image:linear-gradient(#CC2222 1px,transparent 1px),linear-gradient(90deg,#CC2222 1px,transparent 1px);background-size:64px 64px}.process-inner{max-width:1200px;margin:0 auto;padding:0 48px;position:relative;z-index:1}.process-header{text-align:center;max-width:680px;margin:0 auto 72px}.process-label{font-family:'DM Mono','Rubik',monospace;font-size:11px;color:#C22;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:14px}.process-title{font-family:'Rubik',sans-serif;font-weight:900;font-size:clamp(34px,3.8vw,54px);text-transform:uppercase;line-height:1;color:#fff;letter-spacing:-0.01em;margin-bottom:20px}.process-title-red{color:#C22}.process-title-italic{font-style:italic;color:#C4956A;font-weight:700}.process-sub{font-family:'Rubik',sans-serif;font-size:17px;line-height:1.7;color:#888}.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;margin-bottom:64px}.process-connector{position:absolute;top:35px;left:calc(12.5% + 4px);right:calc(12.5% + 4px);z-index:0;pointer-events:none}.process-connector-line{height:2px;background:linear-gradient(90deg,#CC2222 0%,rgba(204,34,34,0.4) 50%,rgba(204,34,34,0.1) 100%);position:relative}.process-connector-fill{position:absolute;top:0;left:0;bottom:0;width:0%;background:#C22;transition:width 1.2s ease}.process-step{padding:0 20px;position:relative;z-index:1;text-align:center;opacity:0;transform:translateY(20px);transition:opacity 0.5s ease,transform 0.5s ease}.process-step.visible{opacity:1;transform:translateY(0)}.process-step[data-step="1"]{transition-delay:0.0s}.process-step[data-step="2"]{transition-delay:0.15s}.process-step[data-step="3"]{transition-delay:0.30s}.process-step[data-step="4"]{transition-delay:0.45s}.process-step-num{width:70px;height:70px;border:2px solid rgba(204,34,34,0.4);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;background:#0A0A0A;position:relative;z-index:1;transition:border-color 0.3s,background 0.3s}.process-step:hover .process-step-num{border-color:#C22;background:rgba(204,34,34,0.08)}.process-step-num span{font-family:'DM Mono','Rubik',monospace;font-size:20px;font-weight:700;color:#C22;letter-spacing:0.05em}.process-step-icon{width:44px;height:44px;background:rgba(204,34,34,0.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;transition:background 0.3s}.process-step:hover .process-step-icon{background:#C22}.process-step-icon svg{width:22px;height:22px;stroke:#C22;stroke-width:2;fill:none;transition:stroke 0.3s}.process-step:hover .process-step-icon svg{stroke:#fff}.process-step-body h3{font-family:'Rubik',sans-serif;font-weight:800;font-size:17px;text-transform:uppercase;color:#fff;margin-bottom:10px;letter-spacing:0.02em}.process-step-body p{font-family:'Rubik',sans-serif;font-size:14px;line-height:1.7;color:#888;margin-bottom:14px}.process-step-detail{display:inline-flex;align-items:center;gap:6px;font-family:'DM Mono','Rubik',monospace;font-size:11px;color:#C22;letter-spacing:0.06em;background:rgba(204,34,34,0.08);border:1px solid rgba(204,34,34,0.2);padding:5px 12px;border-radius:100px}.process-step-detail svg{width:13px;height:13px;stroke:#C22;stroke-width:2;fill:none;flex-shrink:0}.process-bottom{display:flex;align-items:center;justify-content:space-between;gap:32px;background:#141414;border:1px solid rgba(255,255,255,0.06);border-radius:12px;padding:28px 36px;flex-wrap:wrap}.process-bottom-left{display:flex;align-items:center;gap:32px;flex-wrap:wrap}.process-bottom-stat{display:flex;flex-direction:column;gap:4px}.process-bottom-num{font-family:'Rubik',sans-serif;font-weight:900;font-size:36px;color:#fff;line-height:1;letter-spacing:-0.02em}.process-bottom-label{font-family:'Rubik',sans-serif;font-size:12px;color:#666;text-transform:uppercase;letter-spacing:0.08em}.process-bottom-divider{width:1px;height:44px;background:rgba(255,255,255,0.08);flex-shrink:0}.process-cta{display:inline-flex;align-items:center;gap:10px;background:#C22;color:#fff;padding:14px 28px;font-family:'Rubik',sans-serif;font-weight:700;font-size:14px;letter-spacing:0.05em;text-transform:uppercase;text-decoration:none;border-radius:8px;white-space:nowrap;flex-shrink:0;transition:background 0.2s,transform 0.2s;box-shadow:0 4px 20px rgba(204,34,34,0.3)}.process-cta:hover{background:#E63333;transform:translateY(-2px)}.process-cta svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.5;fill:none}@media (max-width:1024px){.cmt-process{padding:80px 0}.process-inner{padding:0 32px}.process-steps{grid-template-columns:repeat(2,1fr);gap:40px 20px}.process-connector{display:none}.process-step{opacity:1;transform:none}.process-bottom{flex-direction:column;align-items:flex-start;gap:24px;padding:24px 28px}.process-cta{width:100%;justify-content:center}}@media (max-width:600px){.cmt-process{padding:64px 0}.process-inner{padding:0 20px}.process-header{margin-bottom:48px}.process-steps{grid-template-columns:1fr;gap:32px}.process-step{text-align:left;display:grid;grid-template-columns:56px 1fr;grid-template-rows:auto auto;gap:0 16px;align-items:start}.process-step-num{width:56px;height:56px;margin:0;grid-row:1;grid-column:1;border-radius:10px}.process-step-icon{display:none}.process-step-body{grid-row:1 / 3;grid-column:2}.process-step-body h3{font-size:16px}.process-bottom-left{gap:20px}.process-bottom-divider{display:none}.process-bottom-num{font-size:28px}}