.fp-services-hero{background:var(--fp-bg);padding:180px 0 64px;border-bottom:1px solid var(--fp-border)}.fp-services-hero h1{font-size:2.1rem;line-height:1.2;color:var(--fp-text);margin-bottom:16px}.fp-services-timeline{max-width:960px;margin:0 auto;position:relative}.fp-service-stage{display:flex;gap:28px;padding:32px 0;border-bottom:1px solid var(--fp-border)}.fp-service-stage:last-child{border-bottom:none}.fp-stage-num{flex:0 0 72px;width:72px;height:72px;background:var(--fp-primary-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:800;letter-spacing:.04em;border-radius:var(--fp-radius)}.fp-stage-body{flex:1}.fp-stage-body h2{font-size:1.35rem;margin:6px 0 12px;color:var(--fp-primary-dark)}.fp-stage-deliverables{list-style:none;padding:0;margin:16px 0 0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:8px 22px;gap:8px 22px}.fp-stage-deliverables li{padding:6px 0 6px 20px;position:relative;font-size:.9375rem;color:var(--fp-text)}.fp-stage-deliverables li::before{content:"";position:absolute;left:0;top:14px;width:10px;height:2px;background:var(--fp-secondary)}.fp-role-card{background:var(--fp-bg);border:1px solid var(--fp-border);border-radius:var(--fp-radius);padding:24px;height:100%;border-top:3px solid var(--fp-primary)}.fp-role-card h4{font-size:1.1rem;margin-bottom:10px;color:var(--fp-primary-dark)}@media (max-width:767px){.fp-service-stage{flex-direction:column;gap:16px}.fp-stage-deliverables{grid-template-columns:1fr}}