.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))}}.testimonials{padding:100px 0;background:var(--brand-dark)}.testimonials__header{text-align:center;margin-bottom:64px}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.testimonial-card{background:var(--brand-dark-2);border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:20px;transition:border-color .2s,transform .2s}.testimonial-card:hover{border-color:#ff5c1a33;transform:translateY(-2px)}.testimonial-card__stars{display:flex;gap:3px}.testimonial-card__quote{font-size:1rem;line-height:1.7;color:#ffffffd9;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:800;flex-shrink:0}.testimonial-card__name{font-size:.95rem;font-weight:700;color:#fff}.testimonial-card__role{font-size:.82rem;color:var(--brand-gray-light);margin-top:2px}@media(max-width:700px){.testimonials__grid{grid-template-columns:1fr}}
