.process{padding:100px 0;background:var(--brand-dark)}.process__header{text-align:center;margin-bottom:72px}.process__header .section-sub{margin:16px auto 0}.process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.process-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px}.process-step__num{width:64px;height:64px;border-radius:50%;background:var(--brand-dark-2);border:2px solid var(--brand-orange);display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;color:var(--brand-orange);letter-spacing:-.02em;position:relative;z-index:1;box-shadow:0 0 20px #ff5c1a33;margin-bottom:24px;flex-shrink:0}.process-step__connector{position:absolute;top:32px;left:calc(50% + 32px);right:calc(-50% + 32px);height:2px;background:linear-gradient(90deg,var(--brand-orange),rgba(255,92,26,.2));z-index:0}.process-step__content{flex:1}.process-step__title{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:#fff}.process-step__desc{font-size:.9rem;color:var(--brand-gray-light);line-height:1.65}@media(max-width:900px){.process__steps{grid-template-columns:1fr;max-width:480px;margin:0 auto;gap:0}.process-step{flex-direction:row;text-align:left;padding:0 0 40px;align-items:flex-start;gap:20px}.process-step__num{margin-bottom:0;flex-shrink:0}.process-step__connector{top:64px;left:31px;right:auto;width:2px;height:calc(100% - 32px);background:linear-gradient(to bottom,var(--brand-orange),rgba(255,92,26,.1))}}
