.process-flow{position:relative;max-width:900px;margin:0 auto}
.pf-step{display:flex;gap:30px;margin-bottom:40px;position:relative}
.pf-step:last-child{margin-bottom:0}
.pf-step .pf-num{flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#daa754;color:#fff;font-size:24px;font-weight:800;display:flex;align-items:center;justify-content:center;border:3px solid var(--gold-soft);position:relative;z-index:2}
.pf-step:not(:last-child) .pf-num::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:2px;height:calc(100% + 40px - 64px);background:#daa754;margin-top:10px;z-index:1}
.pf-step .pf-content{flex:1;background:#fff;border:1px solid var(--gray-border);border-radius:14px;padding:26px}
.pf-step .pf-phase{font-size:12px;color:#000000;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px}
.pf-step h3{font-size:18px;color:#000000;font-weight:700;margin-bottom:10px}
.pf-step p{font-size:14px;color:#000000;line-height:1.7;margin-bottom:12px}
.pf-step ul.feature-list{margin-bottom:0}
.pf-step .pf-time{display:inline-block;background:var(--gold-soft);color:#000000;font-size:12px;font-weight:600;padding:3px 12px;border-radius:10px;margin-bottom:10px}
.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.g-card{text-align:center;padding:30px 24px;background:rgba(255,255,255,.05);border-radius:14px;border:1px solid rgba(255,255,255,.1)}
.g-card .g-icon{font-size:36px;margin-bottom:12px}
.g-card h3{font-size:16px;color:#fff;font-weight:700;margin-bottom:8px}
.g-card p{font-size:13px;color:rgba(255,255,255,.7);line-height:1.6}
@media(max-width:768px){.pf-step{flex-direction:column}.guarantee-grid{grid-template-columns:1fr}}

.csp-inline-1 {
  background:rgba(70,37,6,0.75) !important;
}

.csp-inline-2 {
  margin-bottom:6px !important;
}

.csp-inline-3 {
  height:40px !important;
}

.csp-inline-4 {
  background:var(--navy) !important;
}
